summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-11 15:22:18 +0200
committerGitHub <noreply@github.com>2022-04-11 15:22:18 +0200
commitdfd23f61d5da4d8531a10f0d829ab5b05bce292e (patch)
tree051e2bf55ba46bd0d295fa3a91a7eeac6f9a5155 /setup.cfg
parent06f67b760420987c7a03f62684e1c6128e173f7a (diff)
downloadpylint-git-dfd23f61d5da4d8531a10f0d829ab5b05bce292e.tar.gz
Require python ``3.7.2+`` (#5921)
* Remove env from tox * Add changelog
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 0b2e74352..5714bfd3c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,7 +19,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
@@ -54,7 +53,7 @@ install_requires =
tomli>=1.1.0;python_version<"3.11"
colorama;sys_platform=="win32"
typing-extensions>=3.10.0;python_version<"3.10"
-python_requires = >=3.6.2
+python_requires = >=3.7.2
[options.extras_require]
testutil=gitpython>3