We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47eced0 commit 6241171Copy full SHA for 6241171
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
- '3.12'
38
- '3.13'
39
- '3.14'
40
+ - '3.14t'
41
django-version:
42
- 'django==4.2'
43
- 'django==5.0'
pyproject.toml
@@ -28,6 +28,7 @@ classifiers = [
28
"Programming Language :: Python :: 3.12",
29
"Programming Language :: Python :: 3.13",
30
"Programming Language :: Python :: 3.14",
31
+ "Programming Language :: Python :: Free Threading",
32
"Framework :: Django :: 5.0",
33
"Framework :: Django :: 5.1",
34
"Framework :: Django :: 5.2",
0 commit comments