• 
      

    Add a new --pyvers argument to setup.py for specifying versions.

    Review Request #11874 — Created Nov. 12, 2021 and discarded — Latest diff uploaded

    Information

    Review Board
    release-4.0.x

    Reviewers

    Usually we'll want to set up development environments using
    --all-pyvers, which will set up all supported versions. In some cases,
    however, it can be useful to set up a subset of versions (for example,
    right now Python 3.6 and 3.7 don't work correctly on Apple M1). This
    change adds a new argument that allows doing something like
    python setup.py develop --pyvers "2.7 3.8 3.9"

    Used to set up a dev environment.

    Commits

    Files