From b92d5835b123d2104606c52f68dc060837d064c9 Mon Sep 17 00:00:00 2001 From: kavithahr Date: Tue, 7 Mar 2017 17:44:37 +0530 Subject: [PATCH] Python 3.4 support has been removed Change-Id: I298c905e96b9d7963a35ddcef03e4f84a25d9a23 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2ad2603..0577562 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 7b259b7..d0f1fc3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py34,py27,pypy,pep8 +envlist = py35,py27,pypy,pep8 [testenv] setenv =