Skip to content

Commit

Permalink
Add Python 3.13 to CI (#3646)
Browse files Browse the repository at this point in the history
## Type of change

- Code maintenance/cleanup
  • Loading branch information
benclifford authored Jan 8, 2025
1 parent 34a2890 commit 5aac648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
main-test-suite:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ubuntu-20.04
timeout-minutes: 60

Expand Down

0 comments on commit 5aac648

Please sign in to comment.