From 1c035721725500892e5b214dc7ac5d394e88ce40 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Fri, 8 May 2015 16:15:52 -0400 Subject: [PATCH] Advertise support for Python3.4 / Remove support for 3.3 Change-Id: Icdc1059b94e6f7c27e7d9760cacaa58b87ebc598 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 68d8ce06..81c1d6b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ classifier = Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 [files] packages = diff --git a/tox.ini b/tox.ini index 09eb3646..f6117a6e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] distribute = False -envlist = py33,py34,py26,py27,pep8 +envlist = py34,py26,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}