diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 21a575a7..17843345 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] poetry-version: [1.5.0] steps: diff --git a/pyproject.toml b/pyproject.toml index c690a1af..9675fda6 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", # Sublist of all supported platforms and environments. "Operating System :: MacOS :: MacOS X", diff --git a/setup.py b/setup.py index 0e44fd6b..6ddc3c3f 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', # Sublist of all supported platforms and environments. 'Operating System :: MacOS :: MacOS X',