Skip to content

Commit

Permalink
Fix Django version classifier (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbenesch committed Mar 6, 2024
1 parent 06070a8 commit e9534e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.2",
"Framework :: Django :: 4.5",
"Framework :: Django :: 5.0",
]
requires-python = ">=3.9"
dependencies = [
Expand Down

0 comments on commit e9534e7

Please sign in to comment.