Skip to content

Commit 29d9a49

Browse files
committed
Update PyPI trove classifiers
- Add Django 4.2, 5.0 - Add Python 3.12
1 parent 0b96612 commit 29d9a49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.9",
3838
"Programming Language :: Python :: 3.10",
3939
"Programming Language :: Python :: 3.11",
40+
"Programming Language :: Python :: 3.12",
4041
"License :: OSI Approved :: BSD License",
4142
"Topic :: Communications :: Email",
4243
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -47,7 +48,8 @@ classifiers = [
4748
"Framework :: Django :: 3.2",
4849
"Framework :: Django :: 4.0",
4950
"Framework :: Django :: 4.1",
50-
# not yet registered: "Framework :: Django :: 4.2",
51+
"Framework :: Django :: 4.2",
52+
"Framework :: Django :: 5.0",
5153
"Environment :: Web Environment",
5254
]
5355

0 commit comments

Comments
 (0)