aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-01-01 18:31:19 -0500
committerGitHub <noreply@github.com>2020-01-01 18:31:19 -0500
commit95accbbd4f5d3fd1ac29b306e986fce967fde865 (patch)
tree37b7940b35fb07da159e24f1bc3baca1b6ae97ca /setup.cfg
parent3d5b7775b7b7ee6c0b354a04fe1d33c1f9b0e5df (diff)
parentdc868755d53520895d96ec0251a66df562a37095 (diff)
downloadexternal_python_setuptools-95accbbd4f5d3fd1ac29b306e986fce967fde865.tar.gz
external_python_setuptools-95accbbd4f5d3fd1ac29b306e986fce967fde865.tar.bz2
external_python_setuptools-95accbbd4f5d3fd1ac29b306e986fce967fde865.zip
Merge pull request #1908 from benoit-pierre/drop_py34_support
drop support for Python 3.4
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 a9a9b504..ed084084 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,7 +38,6 @@ classifiers =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
@@ -50,7 +49,7 @@ classifiers =
[options]
zip_safe = True
-python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
+python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
py_modules = easy_install
packages = find: