• 
      

    Support version ranges in virtualenv-multiver.

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

    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.

    Summary ID
    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.
    b299059081d7f204225804813fa33db9c7bd2672
    Description From Last Updated

    What does "3-3.11" mean? Should this be something like "3.7-3.11"?

    daviddavid
    david
    1. 
        
    2. README.rst (Diff revision 1)
       
       
      Show all issues

      What does "3-3.11" mean? Should this be something like "3.7-3.11"?

    3. 
        
    chipx86
    maubin
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed