mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-07 02:56:53 +00:00
Add lowest-direct to input documentation
This commit is contained in:
parent
83519d7ee3
commit
3261177956
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ Have a look under [Advanced Configuration](#advanced-configuration) for detailed
|
|||
# Path to a file containing the version of uv to install (default: searches uv.toml then pyproject.toml)
|
||||
version-file: ""
|
||||
|
||||
# Resolution strategy when resolving version ranges: 'highest' or 'lowest'
|
||||
# Resolution strategy when resolving version ranges: 'highest', 'lowest', or 'lowest-direct'
|
||||
resolution-strategy: "highest"
|
||||
|
||||
# The version of Python to set UV_PYTHON to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue