Update python_requires to 3.7+ (#543)

This commit is contained in:
gopackgo90
2022-09-19 02:23:55 -05:00
committed by GitHub
parent f5a2f3dd28
commit d288d3e224

View File

@ -18,5 +18,5 @@ metadata["ext_modules"] = [
] ]
metadata["long_description"] = readme metadata["long_description"] = readme
metadata["long_description_content_type"] = "text/markdown" metadata["long_description_content_type"] = "text/markdown"
metadata["python_requires"] = ">=3.5" metadata["python_requires"] = ">=3.7"
setuptools.setup(**metadata) setuptools.setup(**metadata)