Skip to content

Commit 037311b

Browse files
committed
Allow Django 3.2 to be installed as a dependency
1 parent 0892e3a commit 037311b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def get_package_data(package):
9898
install_requires=[
9999
"inflection>=0.3.0",
100100
"djangorestframework>=3.12,<3.13",
101-
"django>=2.2,<3.2",
101+
"django>=2.2,<3.3",
102102
],
103103
extras_require={
104104
"django-polymorphic": ["django-polymorphic>=2.0"],

0 commit comments

Comments
 (0)