• 
      

    Prevent installing Review Board 3.0 on Python 2.6 or lower.

    Review Request #8606 — Created Jan. 9, 2017 and submitted — Latest diff uploaded

    Information

    Review Board
    release-3.0.x
    8a97a02...

    Reviewers

    Review Board 3.0 requires Python 2.7 or higher. This change updates our
    setup.py to prevent users from accidentally installing it on Python 2.6.
    
    Previously, we had checks for different version ranges, recommending
    different versions of Review Board. We no longer want to recommend
    anything older than 2.5, as of this release, so those checks and
    messages have been updated.

    Tested trying to build with Python 2.6 and 2.7.