From b0fa4383b06af6cef748e4a4f1fdcc39265915b9 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Sat, 7 May 2016 16:56:32 +0800 Subject: drop python3.3 support in classifier We don't run python 3.3 CI jobs anymore, so just drop it from classifier. Change-Id: I871269ae54067aae40f5dc06affbd4354104ee91 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 89df35c..07ac625 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.3 Programming Language :: Python :: 3.4 [files] -- cgit v1.2.1