Remove support for py33
Python 3.3 is not supported from Mitaka, as per Infra. This patch removes the support for the same. Change-Id: I3aa689a1c88abe274f492cf90f7c10f9b07f5553
This commit is contained in:
parent
0d46eb45f1
commit
bf5ccb3f07
@ -15,7 +15,8 @@ classifier =
|
|||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
Programming Language :: Python :: 3.3
|
Programming Language :: Python :: 3
|
||||||
|
Programming Language :: Python :: 3.4
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
|
4
tox.ini
4
tox.ini
@ -1,8 +1,8 @@
|
|||||||
[tox]
|
[tox]
|
||||||
# py33/py34 tests should be run before py27
|
# py34 tests should be run before py27
|
||||||
# it is a workaround for testr bug
|
# it is a workaround for testr bug
|
||||||
# https://bugs.launchpad.net/testrepository/+bug/1229445
|
# https://bugs.launchpad.net/testrepository/+bug/1229445
|
||||||
envlist = py33,py34,py27,pep8
|
envlist = py34,py27,pep8
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user