From d2521170eb35f055dc806e84a694449e2c45dc44 Mon Sep 17 00:00:00 2001 From: Bo Wang Date: Thu, 28 Jan 2016 20:46:01 +0800 Subject: [PATCH] Drop supporting python3.3 Change supoort python3.3 to python3.4 ref:https://blueprints.launchpad.net/horizon/+spec/porting-python3 Change-Id: I0f4d5afbcbb46d665edf9ad67ba61482e15d6035 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ccc43c3..1947793 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 Topic :: Internet :: WWW/HTTP [files] diff --git a/tox.ini b/tox.ini index 96292cb..a90acae 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py27,py27dj18,pep8,py33,py34 +envlist = py27,py27dj18,pep8,py34 [testenv] usedevelop = True