Skip to content

Commit 96f7051

Browse files
authored
Add Python 3.7+ version requirement
Fixes #124
1 parent f31c8f3 commit 96f7051

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
@@ -12,7 +12,7 @@
1212
long_description=open("README.rst").read() + "\n\n" + open("CHANGES.rst").read(),
1313
long_description_content_type="text/x-rst",
1414
license="MIT license",
15-
python_requires=">=3.6",
15+
python_requires=">=3.7",
1616
requires=["django (>=2.2)"],
1717
packages=["widget_tweaks", "widget_tweaks.templatetags"],
1818
classifiers=[

0 commit comments

Comments
 (0)