diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35ac967..113f772 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,6 +37,8 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" + - "3.14" include: - os: "ubuntu-22.04" python: "3.7" diff --git a/setup.cfg b/setup.cfg index 877af10..69be7bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,8 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 + Programming Language :: Python :: 3.14 Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Operating System diff --git a/tox.ini b/tox.ini index 9848233..5ea7e3b 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ [tox] minversion = 1.9 -envlist = lint, py{37,38,39,310,311,312,py3} +envlist = lint, py{37,38,39,310,311,312,313,314,py3} isolated_build = true skip_missing_interpreters = true