Skip to content

Commit

Permalink
Add python 3.13 to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Mar 27, 2024
1 parent 7f82028 commit dcfc478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: [pypy-3.7, 3.7, 3.8, 3.9, '3.10', 3.11, '3.12.0-rc.3']
python-version: [pypy-3.7, 3.7, 3.8, 3.9, '3.10', 3.11, '3.12', '3.13-dev']
os: [ubuntu-20.04]
include:
- os: windows-latest
Expand Down

0 comments on commit dcfc478

Please sign in to comment.