diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ddfd4c..160ebe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: - linux: py310-xdist - linux: py311-xdist + - linux: py313-xdist - macos: py312-xdist - windows: py312-xdist - linux: py312-xdist-cov diff --git a/tox.ini b/tox.ini index 6004f75..3ddc469 100644 --- a/tox.ini +++ b/tox.ini @@ -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: