Add a --all-pyvers argument to setup.py and prepare-dev.py.

Review Request #11379 — Created Jan. 13, 2021 and submitted

chipx86
Review Board
release-4.0.x
reviewboard

The new --all-pyvers argument allows a setup.py command to run for
every supported version of Python, simplifying the setup process
considerably.

prepare-dev.py has also gained this option, which it will pass on to
setup.py. This isn't the default because someone setting up a tree
might not have a multi-Python virtualenv set up, but it's available if
needed.

Tested both commands with and without --pyvers.

Summary
Add a --all-pyvers argument to setup.py and prepare-dev.py.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (ce70fe8)
Loading...