aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-11-15 12:03:53 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2019-11-15 22:13:35 +0100
commitdc868755d53520895d96ec0251a66df562a37095 (patch)
tree633d031acdfe379748c1f7b76ccc8fd0b746ca49 /setup.cfg
parent5ef7e75dd7861b76ec2480a03717cc4b624d64ef (diff)
downloadexternal_python_setuptools-dc868755d53520895d96ec0251a66df562a37095.tar.gz
external_python_setuptools-dc868755d53520895d96ec0251a66df562a37095.tar.bz2
external_python_setuptools-dc868755d53520895d96ec0251a66df562a37095.zip
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 42a3d86c..920a2719 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: