diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 664a057..80e8c4f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,7 @@ jobs: - '3.11' - '3.12' - '3.13' + - '3.14' - 'pypy-3.10' - 'pypy-3.11' toxenv: [py] diff --git a/tox.ini b/tox.ini index de929d8..79d312d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = lint,typing,py310,py311,py312,py313,pypy3 +envlist = lint,typing,py310,py311,py312,py313,py314,pypy3 skip_missing_interpreters = True isolated_build = True minversion = 3.3.0