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

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

Information

Review Board
release-4.0.x

Reviewers

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 ID
Add a --all-pyvers argument to setup.py and prepare-dev.py.
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.
62dfc7a9a0e37f617e2a6f1c4a1150d4d9cfb9c4
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

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