Advertise support for Python3.4 / Remove support for 3.3

Change-Id: Ib6382d1ef3b3f336f1c83390b544d7e659c88511
This commit is contained in:
Davanum Srinivas 2015-05-08 16:16:20 -04:00
parent a592069220
commit 9433f0d394
2 changed files with 1 additions and 5 deletions

View File

@ -17,7 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages =

View File

@ -19,10 +19,6 @@ commands =
lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
env TEST_EVENTLET=1 lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
[testenv:py33]
commands =
lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
[testenv:py34]
commands =
lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'