From 8ee5febf51edb30c73c7950a28b5e06b22906141 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 19 Jan 2017 09:33:59 +0700 Subject: [PATCH] Remove support for py33/py26 Python 3.3/Python 2.6 is not supported from Mitaka, as per Infra. This patch removes the support for the same. Change-Id: Ib0c93920cc785b1f4708d6f8d3b75e775793ba6a --- setup.cfg | 2 -- tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9d8143e0..978eeb60 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,10 +16,8 @@ classifier = Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 2 - 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] diff --git a/tox.ini b/tox.ini index 4509db59..30ca5465 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py34,py26,py27,pep8,pypy +envlist = py34,py27,pep8,pypy [testenv] usedevelop = True