Skip to content

Commit ab86204

Browse files
committed
Correct Django versions in setup.py
1 parent 595b110 commit ab86204

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ def rel(*parts):
4646
"Programming Language :: Python :: 3.12",
4747
"Framework :: Django",
4848
"Framework :: Django :: 3.2",
49-
"Framework :: Django :: 4.0",
50-
"Framework :: Django :: 4.1",
5149
"Framework :: Django :: 4.2",
50+
"Framework :: Django :: 5.0",
5251
"Environment :: Web Environment",
5352
"License :: OSI Approved :: MIT License",
5453
],

0 commit comments

Comments
 (0)