flake8
passed.
JSHint
passed.
Review Request #13088 — Created June 1, 2023 and submitted
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 to2.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.
Summary | ID |
---|---|
b299059081d7f204225804813fa33db9c7bd2672 |
Description | From | Last Updated |
---|---|---|
What does "3-3.11" mean? Should this be something like "3.7-3.11"? |
david |
Summary | ID | |
---|---|---|
a63e0e8b8ce6acea43adb0defb9b94d75af95624 | ||
b299059081d7f204225804813fa33db9c7bd2672 |
Revision 2 (+24 -8)