Skip to content

Commit

Permalink
Merge pull request #33 from vintasoftware/remove-django-patch-pin
Browse files Browse the repository at this point in the history
Removes Django version pin for 3.x and add restriction only for Django 4
  • Loading branch information
hugobessa committed Sep 2, 2020
2 parents a126e2e + 85e6cf0 commit fa97e2e
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,<=3.1"
"Django>=1.11,<4"
],
license="MIT",
zip_safe=False,
Expand Down

0 comments on commit fa97e2e

Please sign in to comment.