Skip to content

Commit

Permalink
Add Python 3.13 to the CI
Browse files Browse the repository at this point in the history
Close #60.
  • Loading branch information
tpwo committed Oct 29, 2024
1 parent c503a83 commit 353f26a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39, py310, py311, py312, coverage, pre-commit
envlist = py39, py310, py311, py312, py313, coverage, pre-commit

[testenv]
deps = -rrequirements-dev.txt
Expand Down

0 comments on commit 353f26a

Please sign in to comment.