Comment 24 for bug 1526170

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

Reviewed: https://review.openstack.org/257774
Committed: https://git.openstack.org/cgit/openstack/python-scciclient/commit/?id=48aedcf2738ad876365e124a57946a2c263bb528
Submitter: Jenkins
Branch: master

commit 48aedcf2738ad876365e124a57946a2c263bb528
Author: shu-mutou <email address hidden>
Date: Tue Dec 15 18:46:42 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: I13232c482fc49757bdb242591958c180a3b74b3f
    Closes-Bug: #1526170