From 3dbc4e623e1827e96104c0b500382a09e0ca8a0f Mon Sep 17 00:00:00 2001 From: tankya2 Date: Wed, 22 Mar 2023 09:01:19 +0800 Subject: [PATCH] Changed python version to 3.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 147e58b..5d98ccd 100644 --- a/setup.py +++ b/setup.py @@ -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", )