Add a --all-pyvers argument to setup.py and prepare-dev.py.
Review Request #11379 — Created Jan. 13, 2021 and submitted — Latest diff uploaded
The new
--all-pyvers
argument allows asetup.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
.