diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed3ba39f..ce334736 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,7 @@ jobs: - 3.9 - '3.10' - '3.11' + - '3.12' tox-environment: - dj32 - dj41 @@ -26,6 +27,8 @@ jobs: tox-environment: djmain - python-version: '3.11' tox-environment: djmain + - python-version: '3.12' + tox-environment: djmain env: COVERALLS_FLAG_NAME: Python ${{ matrix.python-version }} / ${{ matrix.tox-environment }} diff --git a/pyproject.toml b/pyproject.toml index 8b6dc27f..1ad0a4ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP", ]