diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 67afd30..c312272 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -40,7 +40,7 @@ jobs: contents: read 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 name: CPython ${{ matrix.python-version }} steps: diff --git a/pyproject.toml b/pyproject.toml index 0e01df3..a4dd13e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,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 = [