Skip to content

Commit

Permalink
Add 3.13 to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Oct 25, 2024
1 parent 49f8f14 commit ce18643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-2.7', 'pypy-3.9']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-2.7', 'pypy-3.9']
exclude:
# macos-latest does not have Python 3.7
- os: macos-latest
Expand Down

0 comments on commit ce18643

Please sign in to comment.