From 2d98cee98a6827e1e0d749e5c0fb27c02a9e8c94 Mon Sep 17 00:00:00 2001 From: kavithahr Date: Wed, 8 Mar 2017 17:28:15 +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: Ic35ba9c960d9dee618c52ccb310bee9934ac424f --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5aa4337..a16279d 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.4 Programming Language :: Python :: 3.5 [files] diff --git a/tox.ini b/tox.ini index cc2adbc..3d3b3a6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pypy,py35,py34,py27,pep8 +envlist = pypy,py35,py27,pep8 minversion = 2.0 skipsdist = True