From f202116249c1adf1af34b7b35684453af2fecdbb Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 31 Oct 2019 00:13:30 +0100 Subject: [PATCH] Set minimum python version to 3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a9a912..5bc11c2 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup(name='wordops', include_package_data=True, zip_safe=False, test_suite='nose.collector', - python_requires='>=3.5', + python_requires='>=3.4', install_requires=[ # Required to build documentation # "Sphinx >= 1.0",