Changed python version to 3.8

This commit is contained in:
tankya2
2023-03-22 09:01:19 +08:00
parent c05fe12e46
commit 3dbc4e623e

View File

@@ -59,7 +59,7 @@ setup(
"pylint>=2.16.0",
],
},
python_requires=">=3.7.0",
python_requires=">=3.8.0",
long_description=(HERE / "README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
)