Add a --all-pyvers argument to setup.py.
Review Request #11380 — 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.
Tested
setup.py
commands with and without--all-pyvers
.