diff --git a/setup.py b/setup.py index dfa661c..aa6c34f 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ metadata["ext_modules"] = [ ] metadata["long_description"] = readme metadata["long_description_content_type"] = "text/markdown" -metadata["python_requires"] = ">=3.5" +metadata["python_requires"] = ">=3.7" setuptools.setup(**metadata)