5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-23 11:01:03 +00:00

Fix "lowest" resolution strategy with lower-bound only (#649)

- towards https://github.com/astral-sh/setup-uv/issues/648

Fix the bug described there, but this doesn't add the fast-path
optimisation suggested in that issue.
This commit is contained in:
Tom Gillam
2025-10-16 12:41:50 +01:00
committed by GitHub
parent cb6c0a53d9
commit b7bf78939d
4 changed files with 15 additions and 9 deletions

View File

@@ -114,6 +114,9 @@ jobs:
- version-input: ">=0.4.25,<0.5"
expected-version: "0.4.25"
resolution-strategy: "lowest"
- version-input: ">=0.4.25"
expected-version: "0.4.25"
resolution-strategy: "lowest"
- version-input: ">=0.1,<0.2"
expected-version: "0.1.45"
resolution-strategy: "highest"