summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-05-10 11:15:35 -0400
committerGitHub <noreply@github.com>2022-05-10 11:15:35 -0400
commit301b55986f4aa0ef607f69f022484092341c57fc (patch)
treea879b331592138348d3476cbae3a58360aee7002 /setup.cfg
parent1ae8c3df720db597848a567255caa8c6fe0e2f6d (diff)
downloadastroid-git-301b55986f4aa0ef607f69f022484092341c57fc.tar.gz
Require Python 3.7.2 (#1542)
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 e30d844d..fa7c436e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,7 +20,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
@@ -43,7 +42,7 @@ install_requires =
setuptools>=20.0
typed-ast>=1.4.0,<2.0;implementation_name=="cpython" and python_version<"3.8"
typing-extensions>=3.10;python_version<"3.10"
-python_requires = >=3.6.2
+python_requires = >=3.7.2
[options.packages.find]
include =