Comment 21 for bug 1526170

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

Reviewed: https://review.openstack.org/257729
Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=a2c7e34f7a019922d218ccf2e3b2ea0c4f69b8ca
Submitter: Jenkins
Branch: master

commit a2c7e34f7a019922d218ccf2e3b2ea0c4f69b8ca
Author: shu-mutou <email address hidden>
Date: Tue Dec 15 17:29:41 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: I73a53c2c16b3bc8d7cf2c2e491e3be4c4d007828
    Closes-Bug: #1526170