Comment 37 for bug 1526170

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-solumclient (master)

Reviewed: https://review.openstack.org/257786
Committed: https://git.openstack.org/cgit/openstack/python-solumclient/commit/?id=431369ba23a94d7978011e19de2be25f53b68f52
Submitter: Jenkins
Branch: master

commit 431369ba23a94d7978011e19de2be25f53b68f52
Author: shu-mutou <email address hidden>
Date: Tue Dec 15 18:56:05 2015 +0900

    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: I655bd6ea2144c7d00bc4d1f4373ecb1639ec2966
    Closes-Bug: #1526170