Skip to content

Commit

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

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

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

0 comments on commit 636b8ae

Please sign in to comment.