• 
      

    Allow virtualenv-multiver to choose versions from a config file.

    Review Request #13090 — Created June 2, 2023 and submitted

    Information

    virtualenv-multiver
    master

    Reviewers

    This adds support for config-specified Python versions in a .pydorc,
    pyproject.toml, or setup.cfg when running virtualenv-multiver to
    create an environment.

    That helps a lot with consistency. Projects can now define the supported
    versions, and virtualenv-multiver will then use those to create a
    consistent environment.

    Tested with specifying versions on the command line.

    Tested with specifying versions in a config file.

    Tested with no versions specified.

    Summary ID
    Allow virtualenv-multiver to choose versions from a config file.
    This adds support for config-specified Python versions in a `.pydorc`, `pyproject.toml`, or `setup.cfg` when running `virtualenv-multiver` to create an environment. That helps a lot with consistency. Projects can now define the supported versions, and `virtualenv-multiver` will then use those to create a consistent environment.
    6b9c5fcb0b3d92e89ab50f9b103bdc3eae69421f
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed