Fish Trophy

chipx86 got a fish trophy!

Update our setup.py for the valid Python versions.

Review Request #11311 — Created Nov. 30, 2020 and submitted

chipx86
RBTools
release-2.0.x
rbtools

Our setup.py wasn't updated prior to release to specify our current
version compatibility. We had dropped Python 3.5 support, and added
versions through 3.9. However, we didn't have anything in our setup.py
preventing Python 3.5 from use, or advertising modern 3.x support in the
version classifiers.

This change updates to ensure our package information and checks are
compliant with the current range of supported versions.

Attempted to build the package for Python 3.5. Saw the correct error
response.

Successfully built the package with Python 3.9 and checked the classifiers.

Summary
Update our setup.py for the valid Python versions.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (f9827f0)
Loading...