From 1e04477632bbda486c19d3e76ee9556df0cd6101 Mon Sep 17 00:00:00 2001 From: Nguyen Van Trung Date: Mon, 29 Jan 2018 10:11:42 +0700 Subject: [PATCH] Drop py34 target in tox.ini We support py35 now.so it is no need to keep the supoort for py34. Change-Id: Ida64148f34ea5ec7191c6a8320587d9a0fe2e30a --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f44eead..ad31ca1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [build_sphinx] builders = html