diff options
author | Ed Morley <emorley@mozilla.com> | 2016-01-20 15:20:50 +0000 |
---|---|---|
committer | Ed Morley <emorley@mozilla.com> | 2016-01-20 15:20:50 +0000 |
commit | e69e915e1b2c254f40c8be595707b6932fd34f35 (patch) | |
tree | 0f7df14e5cb23ad23c4fc81ea0d22978de574ff1 | |
parent | fcbdca80221e921b1a58a7b3f5208d62ff03b067 (diff) | |
download | virtualenv-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.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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', |