Support version ranges in virtualenv-multiver.

Review Request #13088 — Created June 1, 2023 and submitted — Latest diff uploaded

Information

virtualenv-multiver
master

Reviewers

This allows virtualenv-multiver to accept version ranges, instead of
having to list out every single version. For example, 2.7 3.8-3.11
will expand to 2.7 3.8 3.9 3.10 3.11.

This reduces errors and greatly simplifies usage.

Duplicate verisons are also now removed, preventing any redundant
environment creation.

Used this to create many environments.

Tested that versions are correctly deduplicated.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Support version ranges in virtualenv-multiver.
This allows `virtualenv-multiver` to accept version ranges, instead of having to list out every single version. For example, `2.7 3.8-3.11` will expand to `2.7 3.8 3.9 3.10 3.11`. This reduces errors and greatly simplifies usage. Duplicate verisons are also now removed, preventing any redundant environment creation.
a63e0e8b8ce6acea43adb0defb9b94d75af95624 Christian Hammond
README.rst
virtualenv_multiver/main.py
Loading...