diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceffd0f..abf3461 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index 13e345b..bbb0c92 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ def read_version(): "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", "Environment :: Web Environment", "Development Status :: 5 - Production/Stable",