Update Python and dependency versions for 5.0.x.

Review Request #12205 — Created March 23, 2022 and submitted

Information

Review Board
release-5.0.x

Reviewers

We're going to be dropping support for Python 2.x for the 5.0 release.
We already have made some changes to the code that affect this, but our
version specifiers and dependencies still had 2.x stuff in there. This
change updates everything so that we're Python 3.7+, and should make it
possible to run setup.py --all-pyvers successfully again.

Ran setup.py and unit tests.

Summary ID
Update Python and dependency versions for 5.0.x.
We're going to be dropping support for Python 2.x for the 5.0 release. We already have made some changes to the code that affect this, but our version specifiers and dependencies still had 2.x stuff in there. This change updates everything so that we're Python 3.7+, and should make it possible to run `setup.py --all-pyvers` successfully again. Testing Done: Ran setup.py and unit tests.
4cd404f82bdffc65c8623e7da0501b2c4000ae0d
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.0.x (555ab73)
Loading...