diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aa69e7c..c2a7df4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] fail-fast: false defaults: run: diff --git a/pyproject.toml b/pyproject.toml index 5c1498f..69d118e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,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 :: Libraries :: Python Modules", ] dependencies = [ diff --git a/tox.ini b/tox.ini index 048c2d9..100cd51 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ python = 3.11: py311 3.12: py312 3.13: py313 - ; 3.14: py314 + 3.14: py314 [testenv] passenv = PYTHON_VERSION