From b27127fd09629568d51570b721e515331a65f6e6 Mon Sep 17 00:00:00 2001 From: lingyongxu Date: Wed, 7 Jun 2017 17:42:16 +0800 Subject: Drop py34 target in tox.ini We support py35 now.so it is no need to keep the supoort for py34. Change-Id: Ie76e897bea3c184410e2b151fbe978d93bc21624 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 4af3151..2b15aef 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 [global] -- cgit v1.2.1