Skip to content

Commit e9534e7

Browse files
authored
Fix Django version classifier (#289)
1 parent 06070a8 commit e9534e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Framework :: Django",
2828
"Framework :: Django :: 3.2",
2929
"Framework :: Django :: 4.2",
30-
"Framework :: Django :: 4.5",
30+
"Framework :: Django :: 5.0",
3131
]
3232
requires-python = ">=3.9"
3333
dependencies = [

0 commit comments

Comments
 (0)