Comment 29 for bug 1526170

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

Reviewed: https://review.openstack.org/257740
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=cf691fee6918ceb02d9757a54aeac3c640cee4ee
Submitter: Jenkins
Branch: master

commit cf691fee6918ceb02d9757a54aeac3c640cee4ee
Author: shu-mutou <email address hidden>
Date: Tue Dec 15 17:45:31 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: I5db42f479849ed7be05ae0a2aa70af04844ef159
    Closes-Bug: #1526170