summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorshu-mutou <shu-mutou@rf.jp.nec.com>2015-12-15 16:17:57 +0900
committershu-mutou <shu-mutou@rf.jp.nec.com>2015-12-15 16:17:57 +0900
commit614e6a380c33ac34825c94f25d50fcafb3a300e1 (patch)
treef788d30b9c6e05677a14cc9043d5ba6f0656a973 /setup.cfg
parent6dd17021cf6a09dfd9eeb4f8686441b1206716e2 (diff)
downloadpython-cinderclient-614e6a380c33ac34825c94f25d50fcafb3a300e1.tar.gz
Drop py33 support
"Python 3.3 support is being dropped since OpenStack Liberty." written in following URL. https://wiki.openstack.org/wiki/Python3 And already the infra team and the oslo team are dropping py33 support from their projects. Since we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py33 support too. Change-Id: Iea4db590139e1a611a5dca72ef3adca187eb541e Closes-Bug: #1526170
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 366cc7a..fb37211 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,7 +18,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.3
+ Programming Language :: Python :: 3.4
[global]
setup-hooks =