diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb12238..7e5e660 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,7 @@ jobs: - '3.12' - '3.13' - '3.14' + - '3.14t' django-version: - 'django==4.2' - 'django==5.0' diff --git a/pyproject.toml b/pyproject.toml index d5998ab..180d607 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: Free Threading", "Framework :: Django :: 5.0", "Framework :: Django :: 5.1", "Framework :: Django :: 5.2",