diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 97c763051..dc35b4e1e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.10", "3.11", "3.12", "3.13", "3.14"] include: - python-version: "3.9" use_coverage: 'coverage' diff --git a/setup.py b/setup.py index da01a2d5b..424d2c779 100644 --- a/setup.py +++ b/setup.py @@ -82,5 +82,7 @@ "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", ], )