Skip to content

Commit

Permalink
Remove Python 3.7 from the test suite and add 3.11 and 3.12
Browse files Browse the repository at this point in the history
3.7 seems to no longer be available for macOS/arm64
  • Loading branch information
erocarrera committed Jun 10, 2024
1 parent 17df612 commit 837ba7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
- macos-latest
- windows-latest
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "pypy3.9"
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 837ba7d

Please sign in to comment.