Skip to content

Commit

Permalink
add python 3.13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Aug 20, 2024
1 parent a80f859 commit 1226256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- linux: py310-xdist
- linux: py311-xdist
- linux: py313-xdist
- macos: py312-xdist
- windows: py312-xdist
- linux: py312-xdist-cov
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
env_list =
check-{style,security}
py{39,310,311,312}{,-xdist}{,-devdeps,-cov}
py{39,310,311,312,313}{,-xdist}{,-devdeps,-cov}

# tox environments are constructed with so-called 'factors' (or terms)
# separated by hyphens, e.g. test-devdeps-cov. Lines below starting with factor:
Expand Down

0 comments on commit 1226256

Please sign in to comment.