diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 53a055647..8a80ead1b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" steps: - uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index 3fa8b0581..51b27c138 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Framework :: Django Framework :: Django :: 4.2 Framework :: Django :: 5.0 diff --git a/tox.ini b/tox.ini index 88518b8de..f9151dba4 100644 --- a/tox.ini +++ b/tox.ini @@ -2,8 +2,8 @@ envlist = py{38,39,310,311}-dj42 py{310,311,312}-dj50 - py{310,311,312}-dj51 - py{310,311,312}-djmain + py{310,311,312,313}-dj51 + py{310,311,312,313}-djmain qa [testenv]