diff options
| author | shu-mutou <shu-mutou@rf.jp.nec.com> | 2015-12-15 16:17:57 +0900 |
|---|---|---|
| committer | shu-mutou <shu-mutou@rf.jp.nec.com> | 2015-12-15 16:17:57 +0900 |
| commit | 614e6a380c33ac34825c94f25d50fcafb3a300e1 (patch) | |
| tree | f788d30b9c6e05677a14cc9043d5ba6f0656a973 /setup.cfg | |
| parent | 6dd17021cf6a09dfd9eeb4f8686441b1206716e2 (diff) | |
| download | python-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |
