Allow Python pre-releases to be used if they are first on the PATH (#7470)

Closes https://github.com/astral-sh/uv/issues/7469
This commit is contained in:
Zanie Blue
2024-09-18 10:19:10 -05:00
committed by GitHub
parent 67cfb4a9c0
commit 4611412757
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -1326,7 +1326,7 @@ jobs:
run: echo $(which python)
- name: "Validate global Python install"
run: py -3.13 ./scripts/check_system_python.py --uv ./uv.exe --python 3.13
run: py -3.13 ./scripts/check_system_python.py --uv ./uv.exe
system-test-choco:
timeout-minutes: 10
@@ -1405,7 +1405,7 @@ jobs:
run: echo $(which python3.13)
- name: "Validate global Python install"
run: python3.13 scripts/check_system_python.py --uv ./uv --python 3.13
run: python3.13 scripts/check_system_python.py --uv ./uv
system-test-conda:
timeout-minutes: 10