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 0b96612 commit 29d9a49Copy full SHA for 29d9a49
pyproject.toml
@@ -37,6 +37,7 @@ classifiers = [
37
"Programming Language :: Python :: 3.9",
38
"Programming Language :: Python :: 3.10",
39
"Programming Language :: Python :: 3.11",
40
+ "Programming Language :: Python :: 3.12",
41
"License :: OSI Approved :: BSD License",
42
"Topic :: Communications :: Email",
43
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -47,7 +48,8 @@ classifiers = [
47
48
"Framework :: Django :: 3.2",
49
"Framework :: Django :: 4.0",
50
"Framework :: Django :: 4.1",
- # not yet registered: "Framework :: Django :: 4.2",
51
+ "Framework :: Django :: 4.2",
52
+ "Framework :: Django :: 5.0",
53
"Environment :: Web Environment",
54
]
55
0 commit comments