Move to pyproject.toml, support Python 3.8+, and bump to 3.0.
Review Request #14540 — Created July 30, 2025 and submitted — Latest diff uploaded
This updates our packaging to use the modern
pyproject.toml
instead of
the legacysetup.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.