diff options
author | Matt Iversen <teh.ivo@gmail.com> | 2016-01-22 19:00:20 +1100 |
---|---|---|
committer | Matt Iversen <teh.ivo@gmail.com> | 2016-01-22 19:00:20 +1100 |
commit | 5c3fd0d67c2c92de94bcc9162b33305b9e5d7cb1 (patch) | |
tree | abe15f4569367e38876fa8b157ac2a8fa747748d | |
parent | 5c63f6d1ba9d52330e85d3d03a6ccda0afc5af27 (diff) | |
parent | e69e915e1b2c254f40c8be595707b6932fd34f35 (diff) | |
download | virtualenv-5c3fd0d67c2c92de94bcc9162b33305b9e5d7cb1.tar.gz |
Merge pull request #844 from edmorley/update-python-classifiers
Update PyPI classifiers to match currently supported Python versions
-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', |