From 3be59ef1487f315b88d14758c4597f1328ae3c94 Mon Sep 17 00:00:00 2001 From: sanqi <2729432512@qq.com> Date: Mon, 31 Oct 2022 16:18:30 +0800 Subject: [PATCH 1/2] add python_requires --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4434ffd2..ee76e7f5 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ version="2.5.3", packages=find_packages(), include_package_data=True, + python_requires='>=3.6.2', install_requires=[ "pylint-plugin-utils>=0.7", "pylint>=2.0,<3", From bd381151ac80a8e8656bd82a9b04840ca25661b8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:22:53 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee76e7f5..83f83b13 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ version="2.5.3", packages=find_packages(), include_package_data=True, - python_requires='>=3.6.2', + python_requires=">=3.6.2", install_requires=[ "pylint-plugin-utils>=0.7", "pylint>=2.0,<3",