summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Iversen <teh.ivo@gmail.com>2016-01-22 19:00:20 +1100
committerMatt Iversen <teh.ivo@gmail.com>2016-01-22 19:00:20 +1100
commit5c3fd0d67c2c92de94bcc9162b33305b9e5d7cb1 (patch)
treeabe15f4569367e38876fa8b157ac2a8fa747748d
parent5c63f6d1ba9d52330e85d3d03a6ccda0afc5af27 (diff)
parente69e915e1b2c254f40c8be595707b6932fd34f35 (diff)
downloadvirtualenv-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.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',