From 5346716578b2843f54d522f44d01bc8d25001d24 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Mon, 15 Jul 2019 20:17:36 +0200 Subject: [PATCH] changed Minimum python version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a183cf8..d440a75 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( extras_require = { 'CBR': ['unrar==0.3'] }, - python_requires = '>=3.6.0', + python_requires = '>=2.7.0', url = 'https://github.com/wildthyme/comicapi', classifiers = ['License :: OSI Approved :: Apache Software License 2.0 (Apache-2.0)'] )