Skip to content

Commit

Permalink
Remove Python 3.11 from testing
Browse files Browse the repository at this point in the history
For some reason it seems to hang indefinitely. We'll just disable it
for the moment (3.12 works, anyway).
  • Loading branch information
angus-g committed Jul 1, 2024
1 parent 3d4965f commit e806ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: bash -el {0}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e806ef0

Please sign in to comment.