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 6b86747 commit 1ec5466Copy full SHA for 1ec5466
CHANGES.rst
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+To be released
5
+------------------
6
+- Add support for `Python 3.12` (GH-#628)
7
+
8
5.0.0 (2024-09-01)
9
------------------
10
- Add formal support for `Django 5.1`
setup.py
@@ -44,6 +44,7 @@ def long_desc(root_path):
44
'Programming Language :: Python :: 3.10',
45
'Programming Language :: Python :: 3.11',
46
'Programming Language :: Python :: 3.12',
47
+ 'Programming Language :: Python :: 3.13',
48
'Framework :: Django',
49
'Framework :: Django :: 3.2',
50
'Framework :: Django :: 4.0',
0 commit comments