• 
      

    Cap the asana dependency on Python 2.7.

    Review Request #12858 — Created March 1, 2023 and submitted

    Information

    rbintegrations
    release-2.0.x

    Reviewers

    rbintegrations 2.x had an uncapped dependency on asana, which made it
    difficult to install on Python 2.7, as Asana 3.x no longer supports
    Python 2.7.

    This change adds a cap to the dependency on 2.7, and bumps up the
    minimum version to 3.x on Python 3.

    Unit tests passed on Python 2.7 and 3.6-3.10.

    Verified the version of asana used in each of those versions.

    Summary ID
    Cap the asana dependency on Python 2.7.
    rbintegrations 2.x had an uncapped dependency on `asana`, which made it difficult to install on Python 2.7, as Asana 3.x no longer supports Python 2.7. This change adds a cap to the dependency on 2.7, and bumps up the minimum version to 3.x on Python 3.
    5428d4b3ebd69df3dc3b7a0ac9324214f9264117
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (ccda83e)