From 32611779567271975901d28e638f95cddedf180e Mon Sep 17 00:00:00 2001 From: Ramona T Date: Thu, 26 Mar 2026 18:34:35 -0400 Subject: [PATCH] Add lowest-direct to input documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30736be..9603967 100644 --- a/README.md +++ b/README.md @@ -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