uv icon indicating copy to clipboard operation
uv copied to clipboard

Make `uv python install` consider `pyproject.toml`'s `requires-python` field

Open guoci opened this issue 6 months ago • 0 comments

Summary

Make uv python install read requires-python field in pyproject.toml before installing a default Python. Currently, only the command line arguments and the files .python-version and .python-versions are used.

Test Plan

Tests included in pull request.

guoci avatar May 17 '25 19:05 guoci