Removing python3.x from supported versions

As OpenStack has dropped support for Python 3.3 since Libery[1],
updating setup.cfg to reflect the same. Also, as no gate jobs have
been setup for py3.x, removing the same from setup.cfg as well.

[1]. https://wiki.openstack.org/wiki/Python3

Change-Id: Ib2214f6cdc49b558fd2631f78e315926dd3c276e
This commit is contained in:
Rahul Nair 2016-10-24 14:07:50 -05:00
parent 3740a08d5a
commit d10ff98717
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[build_sphinx]
source-dir = doc/source