From 26eda76f1f745eb118295c603437515d4e00939a Mon Sep 17 00:00:00 2001 From: Oscar Higgott Date: Fri, 23 Apr 2021 17:54:15 +0100 Subject: [PATCH] Allow python 3 before 3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab7e098d..cc900e1b 100644 --- a/setup.py +++ b/setup.py @@ -133,6 +133,6 @@ def build_extension(self, ext): ], long_description=long_description, long_description_content_type='text/markdown', - python_requires='>=3.6', + python_requires='>=3', zip_safe=False, ) \ No newline at end of file