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