diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3df842da..6da5134f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - "3.12.0" - "3.13" - "3.13.0" - - "3.14-dev" + - "3.14" - "pypy3.9" - "pypy3.10" diff --git a/pyproject.toml b/pyproject.toml index 0716a51b..77ab0e03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Software Development", ] diff --git a/tox.ini b/tox.ini index 5be7adb8..1f2877ff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] isolated_build = True -envlist = py38, py39, py310, py311, py312, py313 +envlist = py39, py310, py311, py312, py313, py314 [testenv] changedir = src