Skip to content

Commit

Permalink
Update PyPI trove classifiers
Browse files Browse the repository at this point in the history
- Add Django 4.2, 5.0
- Add Python 3.12
  • Loading branch information
medmunds committed Oct 25, 2023
1 parent 0b96612 commit 29d9a49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: BSD License",
"Topic :: Communications :: Email",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand All @@ -47,7 +48,8 @@ classifiers = [
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
# not yet registered: "Framework :: Django :: 4.2",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Environment :: Web Environment",
]

Expand Down

0 comments on commit 29d9a49

Please sign in to comment.