Skip to content

Commit a17f4ac

Browse files
author
Gustavo Silva
authored
misc: drop Django 4 pin to add support (#13)
1 parent d86f0dd commit a17f4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ zip_safe = False
2626
include_package_data = True
2727
packages = find:
2828
install_requires =
29-
Django >= 3.0, < 4.0
29+
Django >= 3.0, < 5.0
3030
python_requires = >=3.7
3131

3232
[options.packages.find]

0 commit comments

Comments
 (0)