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 325be88 commit d6233e6Copy full SHA for d6233e6
.github/workflows/ci.yml
@@ -77,6 +77,7 @@ jobs:
77
- "3.8"
78
- "3.9"
79
- "3.10"
80
+ - "3.12"
81
django-version:
82
- "3.2" # LTS
83
runs-on: ubuntu-latest
pyproject.toml
@@ -27,6 +27,7 @@ classifiers = [
27
"Programming Language :: Python :: 3.9",
28
"Programming Language :: Python :: 3.10",
29
"Programming Language :: Python :: 3.11",
30
+ "Programming Language :: Python :: 3.12",
31
"Framework :: Django",
32
"Framework :: Django :: 3.2",
33
"Framework :: Django :: 4.1",
0 commit comments