Remove unsupported python versions from setup.cfg

Openstack doesn't support these versions, so we probably shouldn't have
to.

Change-Id: Ica6a221c7b1488f9b25e3027a265df9258951764
Closes-Bug: #1447048
This commit is contained in:
Louis Taylor 2015-04-22 17:46:25 +01:00
parent f6602e7272
commit b4e918bdfe
1 changed files with 1 additions and 3 deletions

View File

@ -16,10 +16,8 @@ classifier =
Development Status :: 3 - Alpha
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
License :: OSI Approved :: MIT License