Skip to content

Commit

Permalink
misc: drop Django 4 pin to add support (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvapt authored Oct 13, 2023
1 parent d86f0dd commit a17f4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ zip_safe = False
include_package_data = True
packages = find:
install_requires =
Django >= 3.0, < 4.0
Django >= 3.0, < 5.0
python_requires = >=3.7

[options.packages.find]
Expand Down

0 comments on commit a17f4ac

Please sign in to comment.