summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-07 16:56:32 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-07 16:56:32 +0800
commitb0fa4383b06af6cef748e4a4f1fdcc39265915b9 (patch)
tree8c24b362a495321142de8ac9712cf38d9eb2590f
parent16ed02735b2f9d81dc37c9ecab348e3e021ece80 (diff)
downloados-client-config-b0fa4383b06af6cef748e4a4f1fdcc39265915b9.tar.gz
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
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
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]