From 08d7363912b90f8ed6b82dbcad83364908a3a71b Mon Sep 17 00:00:00 2001 From: kavithahr Date: Wed, 8 Mar 2017 17:46:36 +0530 Subject: [PATCH] The python 3.4 support is removed The python 3.5 version is available, hence removed python 3.4 version. Change-Id: I22dcec42ea1bef32185800190b8e6b927aaadbe9 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ab1d0a5..7ad2221 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]