Skip to content

Commit

Permalink
Add Python 3.7+ version requirement
Browse files Browse the repository at this point in the history
Fixes #124
  • Loading branch information
aleksihakli authored Jan 13, 2022
1 parent f31c8f3 commit 96f7051
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 @@ -12,7 +12,7 @@
long_description=open("README.rst").read() + "\n\n" + open("CHANGES.rst").read(),
long_description_content_type="text/x-rst",
license="MIT license",
python_requires=">=3.6",
python_requires=">=3.7",
requires=["django (>=2.2)"],
packages=["widget_tweaks", "widget_tweaks.templatetags"],
classifiers=[
Expand Down

0 comments on commit 96f7051

Please sign in to comment.