Skip to content

Commit a60869b

Browse files
committed
fix handling of free-threaded python on windows
1 parent cd9aaa2 commit a60869b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup-uv-python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ -z "${UV_PYTHON:-}" ]; then
3939
elif [ "Windows_NT" = "${OS:-}" ]; then
4040
_python=$(echo $_python | cut -d. -f1,2 | sed 's/\.//g; s/t//g')
4141
if [[ "$PYTHON_VERSION" == *"t"* ]]; then
42-
_exe="python${PYTHON_VERSION}t.exe"
42+
_exe="python${PYTHON_VERSION}.exe"
4343
else
4444
_exe="python.exe"
4545
fi

0 commit comments

Comments
 (0)