aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-10-22 16:57:13 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-10-22 16:57:13 -0400
commitae6c73f07680da77345f5ccfac4facde30ad4d7e (patch)
tree028597a7d031eec52cd4da80677779b0be002cae /setup.py
parent513c0d0f73951677f006cb43fcbc2127154ccbe7 (diff)
downloadexternal_python_setuptools-ae6c73f07680da77345f5ccfac4facde30ad4d7e.tar.gz
external_python_setuptools-ae6c73f07680da77345f5ccfac4facde30ad4d7e.tar.bz2
external_python_setuptools-ae6c73f07680da77345f5ccfac4facde30ad4d7e.zip
Dropping support for Python 3.2 and earlier Python 3 versions. Currently only log a warning, but future versions will fail.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2b367a6d..6226111d 100755
--- a/setup.py
+++ b/setup.py
@@ -140,8 +140,6 @@ setup_params = dict(
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5