Prevent installing Review Board 3.0 on Python 2.6 or lower.

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

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.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        setup.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        setup.py
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (45b403b)
Loading...