diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5b27b65..871aa35 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -51,6 +51,8 @@ jobs: django-version: "5.2" - python-version: "3.13" django-version: "5.2" + - python-version: "3.14" + django-version: "5.2" steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index a425cb7..d3f9a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI",