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

Information

RBTools
release-2.0.x

Reviewers

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 ID
Update our setup.py for the valid Python versions.
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.
26099d7ebaf8a1ce4ca2edc4955bdeed56e5bb9a
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

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