From b11eb019c849fd676f4edd4a8c24106cff40176a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Thu, 19 Mar 2015 11:27:14 -0500 Subject: [PATCH] Remove Python 3.3 from setup.cfg and tox.ini OpenStack only tests for 3.4 support at the gate, so we cannot guarantee compatibility with a version that is not gated. Change-Id: I5febe882d175403ecd1a4ecbe615c050808258ef --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3293b6f0..dcf537ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,6 @@ 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] diff --git a/tox.ini b/tox.ini index 5d30cec4..0a5f6c99 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py33,py34,py26,py27,pypy,pep8 +envlist = py34,py26,py27,pypy,pep8 skipsdist = True [testenv]