Skip to content

Commit

Permalink
Support Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb committed Feb 5, 2024
1 parent 196c60b commit 5797788
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 @@ -47,7 +47,7 @@ def get_version(*file_paths):
],
include_package_data=True,
install_requires=[
"Django>=1.11,<5"
"Django>=1.11,<5.1"
],
license="MIT",
zip_safe=False,
Expand Down

0 comments on commit 5797788

Please sign in to comment.