From 3af6864d30cd7d8bf115cc671d62aec7c06848cc Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 8 Apr 2020 10:34:28 +0100 Subject: [PATCH] Update python_requires in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 758d6e46..969c336e 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def read_version(): install_requires=install_requires, license='MIT', test_suite='nose.collector', - python_requires='>=3', + python_requires='>=3.6', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',