Comment 59 for bug 1526170

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

Reviewed: https://review.openstack.org/257707
Committed: https://git.openstack.org/cgit/openstack/python-swiftclient/commit/?id=f95de16875b0f78013c5dccec3b50909fb95c914
Submitter: Jenkins
Branch: master

commit f95de16875b0f78013c5dccec3b50909fb95c914
Author: shu-mutou <email address hidden>
Date: Tue Dec 15 16:37:34 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: Ia8f2b26e446175b0d892a11952ef3dc11dcdc73c
    Closes-Bug: #1526170