diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f5a8663a..74ea6536 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - pyv: ['3.9', '3.10', '3.11', '3.12', '3.13'] + pyv: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] steps: - name: Check out the repository diff --git a/pyproject.toml b/pyproject.toml index cfe3fae5..01dba2f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Development Status :: 4 - Beta", ] requires-python = ">=3.9"