diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ad0532..3137ac9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - python-version: ["3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/setup.py b/setup.py index 183d310..bc2e788 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ def read_version(): "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Operating System :: OS Independent", "Environment :: Web Environment", "Development Status :: 5 - Production/Stable",