Move to pyproject.toml, support Python 3.8+, and bump to 3.0.

Review Request #14540 — Created July 30, 2025 and submitted

Information

virtualenv-multiver
master

Reviewers

This updates our packaging to use the modern pyproject.toml instead of
the legacy setup.py. We now require Python 3.8 or higher for the
package (though can still create environments for older versions).

Given the removal of legacy versions, and the new features, the version
has been bumped to 3.0.

The README has also been converted to Markdown, making it easier to
maintain and test.

Built packages and tested them.

Summary ID
Move to pyproject.toml, support Python 3.8+, and bump to 3.0.
This updates our packaging to use the modern `pyproject.toml` instead of the legacy `setup.py`. We now require Python 3.8 or higher for the package (though can still create environments for older versions). Given the removal of legacy versions, and the new features, the version has been bumped to 3.0. The README has also been converted to Markdown, making it easier to maintain and test.
64261d04a3704009154ba959644a4649201ff091
chipx86
david
  1. Ship It!
  2. 
      
chipx86
Review request changed
Status:
Completed
Change Summary:
Pushed to master (71ddaaa)