Advertise support for Python3.4 / Remove support for Python 3.3

Change-Id: Ieed553003351e754a761361faee40c9efddc35b7
This commit is contained in:
Davanum Srinivas
2015-05-08 16:14:23 -04:00
parent 39da8f9fac
commit cc713ab5b1
2 changed files with 2 additions and 2 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

@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py34,py26,py27,pypy,pep8
envlist = py34,py26,py27,pypy,pep8
# NOTE(dhellmann): We cannot set skipdist=True
# for oslo libraries because of the namespace package.
#skipsdist = True