Skip to content

Commit

Permalink
Pyright doesnt work in 3.12 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmiller committed Oct 6, 2023
1 parent e69681e commit afbdbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Sadly, support for macOS M1 chips yet:
# https://github.com/actions/runner-images/issues/2187
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.9, '3.10', 3.11, 3.12]
python-version: [3.9, '3.10', 3.11]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit afbdbe1

Please sign in to comment.