Skip to content

Commit

Permalink
⏪ Revert "⬇️ Downgrade python"
Browse files Browse the repository at this point in the history
This reverts commit 636b8ae.
  • Loading branch information
Freed-Wu committed May 24, 2024
1 parent f149843 commit d24d6c8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ permissions:

env:
PYTHONUTF8: "1"
# https://github.com/tree-sitter/py-tree-sitter/pull/161
python-version: "3.11"
python-version: 3.x
cache: pip

jobs:
Expand All @@ -26,9 +25,13 @@ jobs:
fail-fast: false
matrix:
runs-on:
- ubuntu-latest
# Could not find a version that satisfies the requirement
# tree-sitter-languages
# No matching distribution found for tree-sitter-languages
# - ubuntu-latest
- macos-latest
- windows-latest
# https://github.com/tree-sitter/py-tree-sitter/issues/170
# - windows-latest
runs-on: ${{matrix.runs-on}}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d24d6c8

Please sign in to comment.