From e0c1d816e960771e4b7244c4bd462c29c4597f61 Mon Sep 17 00:00:00 2001 From: Joe Lee Date: Tue, 31 Oct 2023 09:37:40 +0800 Subject: [PATCH] change python requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f3902b..63801c3 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ author_email=about['__author_email__'], packages=['api4jenkins'], package_data={'': ['LICENSE']}, - python_requires='>=3.7', + python_requires='>=3.8', install_requires=requires, license=about['__license__'], keywords=["RESTAPI", "Jenkins"],