Comment 26 for bug 1526170

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

Reviewed: https://review.openstack.org/257698
Committed: https://git.openstack.org/cgit/openstack/python-magnumclient/commit/?id=687ab3d4ba97cecc36d8fe54f3a9cff43b8fd5ea
Submitter: Jenkins
Branch: master

commit 687ab3d4ba97cecc36d8fe54f3a9cff43b8fd5ea
Author: shu-mutou <email address hidden>
Date: Tue Dec 15 16:12:09 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: I41d992d3e10d6cee8f215027092e5a1a5612d7be
    Closes-Bug: #1526170