From 4ef01b1c100e7590ace3e1cac5a83b81974a6161 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Wed, 4 Dec 2019 09:29:55 +1100 Subject: [PATCH] Bumped py3 min version in setup.py to 3.5 (was 3.4). Signed-off-by: Brett Randall --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 965546f4..11079f86 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ setup( license='MIT', url='http://gunicorn.org', - python_requires='>=3.4', + python_requires='>=3.5', install_requires=install_requires, classifiers=CLASSIFIERS, zip_safe=False,