From 07b29e2d281dac6c0f9094cbf74d3934c10fcd1d Mon Sep 17 00:00:00 2001 From: Owen Campbell Date: Sat, 29 Jul 2017 13:20:15 +0100 Subject: [PATCH] Alter python requirement to >=3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da1e9ff..1da1bb6 100644 --- a/setup.py +++ b/setup.py @@ -56,5 +56,5 @@ def read(*names, **kwargs): install_requires=[ 'axelrod == 3.1.2', ], - python_requires=">=3.6", + python_requires=">=3.5", )