summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Morley <emorley@mozilla.com>2016-01-20 15:20:50 +0000
committerEd Morley <emorley@mozilla.com>2016-01-20 15:20:50 +0000
commite69e915e1b2c254f40c8be595707b6932fd34f35 (patch)
tree0f7df14e5cb23ad23c4fc81ea0d22978de574ff1
parentfcbdca80221e921b1a58a7b3f5208d62ff03b067 (diff)
downloadvirtualenv-e69e915e1b2c254f40c8be595707b6932fd34f35.tar.gz
Update PyPI classifiers to match currently supported Python versions
Python 3.2 support was dropped as part of the update to pip v8, and virtualenv is already tested under Python 3.5.
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index fc71f5a..71261e0 100644
--- a/setup.py
+++ b/setup.py
@@ -111,10 +111,9 @@ setup(
'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',
],
keywords='setuptools deployment installation distutils',
author='Ian Bicking',