From cd77ca870af4533024f059cc30e0e9b7901c846a Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Mon, 23 Jan 2017 15:43:27 +0700 Subject: [PATCH] Remove support for py33 and update to py35 Python 3.3 is not supported from Mitaka, as per Infra. This patch removes the support and update to py35 for the same. Updated in venv also. Change-Id: Ida50a9b6415cfc19bdbe37b3f6a60dc4c7aca73a --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 720e187..a8da6f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.5 [files] packages = diff --git a/tox.ini b/tox.ini index 354a195..3199db0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pep8 +envlist = py35,py27,pep8 skipsdist = True [testenv]