From 7faa501fb73e7e1eb7c654f6b1b5d6960d9028db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Antal?= Date: Tue, 8 Dec 2015 17:48:12 +0100 Subject: [PATCH] Removed py33, pypy support As Openstack Liberty now targets Python 2.7 and 3.4, we should drop Python 3.3 support from our setup.cfg Change-Id: I8c8f9222fcf1111e99a943976aae9c5b427f7ee4 Closes-Bug: #1523983 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 317c665e3..2723ef010 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 [files] diff --git a/tox.ini b/tox.ini index fb082719f..68ae01e5b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py33,py34,py27,pypy,pep8 +envlist = py34,py27,pep8 skipsdist = True [testenv]