From 3d64fcdd6dcc14364eee0af1411fd33176e05e30 Mon Sep 17 00:00:00 2001 From: wangqi Date: Mon, 28 May 2018 07:16:19 +0000 Subject: [PATCH] Drop py34 and py33 target in setup.cfg We support py35 now.so it is no need to keep the supoort for py34 and py33. Change-Id: I93f9b1d3dedcf22bf854af3000e713f03e905921 --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c9750bc..563da61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,8 +17,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 [global]