mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Update python_requires to 3.7+ (#543)
This commit is contained in:
2
setup.py
2
setup.py
@ -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)
|
||||||
|
Reference in New Issue
Block a user