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 d8f5b33 commit 85fe313Copy full SHA for 85fe313
.github/workflows/ci.yml
@@ -70,6 +70,8 @@ jobs:
70
- "3.9"
71
- "3.10"
72
- "3.11"
73
+ - "3.12"
74
+ - "3.13"
75
django-version:
76
- "3.2"
77
- "4.1"
pyproject.toml
@@ -24,6 +24,8 @@ classifiers = [
24
"Programming Language :: Python :: 3.9",
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
+ "Programming Language :: Python :: 3.12",
28
+ "Programming Language :: Python :: 3.13",
29
"Framework :: Django",
30
"Framework :: Django :: 3.2",
31
"Framework :: Django :: 4.1",
0 commit comments