From 49710e71f78f9f1163f3ae1b889e4874beb90379 Mon Sep 17 00:00:00 2001 From: kavithahr Date: Wed, 8 Mar 2017 17:23:28 +0530 Subject: [PATCH] Python 3.4 support is removed In setup.cfg and tox.ini the python 3.4 is removed beacuse python 3.5 is available. Change-Id: I176d7fce4778aa7a1d4d93924d4c8785233fa7ef --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ac7da5cae..cec20f9d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 [files] diff --git a/tox.ini b/tox.ini index f9364c38b..d0fc45ec8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] # py3 first to avoid .testrepository incompatibility -envlist = py35,py34,py27,pypy,pep8 +envlist = py35,py27,pypy,pep8 minversion = 1.6 skipsdist = True