Skip to content

Commit

Permalink
Drop py33 support
Browse files Browse the repository at this point in the history
"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
  • Loading branch information
shu-mutou committed Dec 15, 2015
1 parent 6dd1702 commit 614e6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
distribute = False
envlist = py27,py33,py34,pypy,pep8
envlist = py27,py34,pypy,pep8
minversion = 1.6
skipsdist = True

Expand Down

0 comments on commit 614e6a3

Please sign in to comment.