From 96f70514773b0ac601f45cc3350a28a66cce2994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Thu, 13 Jan 2022 12:40:22 +0200 Subject: [PATCH] Add Python 3.7+ version requirement Fixes #124 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a44346c..46e5b52 100755 --- a/setup.py +++ b/setup.py @@ -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=[