Skip to content

Commit

Permalink
packaging: Add trove classifiers for python 3.11, django 4.1 and 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 7, 2023
1 parent d4f6217 commit 49cf38b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ def read(*parts):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Framework :: Django",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
],
)

0 comments on commit 49cf38b

Please sign in to comment.