Skip to content

Commit

Permalink
chore: Django bump to <=5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Daniel committed Mar 25, 2024
1 parent ac49e01 commit 3857614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read(fname):
"Topic :: Internet :: WWW/HTTP",
],
install_requires=[
"django>=3.1,<4.0",
"django>=3.1,<5.0",
],
zip_safe=False,
)

0 comments on commit 3857614

Please sign in to comment.