diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 12aab80..df2ef76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,12 +22,12 @@ jobs: strategy: matrix: tox_env: - - py38 - py39 - py310 - py311 - py312 - py313 + - py314 - mypy # Use GitHub's Linux Docker host diff --git a/tox.ini b/tox.ini index 4544ea0..1dae795 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38,py39,py310,py311,py312,py313,mypy +envlist = py39,py310,py311,py312,py313,py314,mypy skipsdist = True [testenv]