bump bootstrap python and deps (#29715)

This commit is contained in:
warriorstar-orion
2025-09-19 20:59:46 +00:00
committed by GitHub
parent 0e636d0565
commit 0a50f63fda
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ if (!(Test-Path $PythonExe -PathType Leaf)) {
[System.IO.Compression.ZipFile]::ExtractToDirectory($Archive, $PythonDir)
# Copy a ._pth file without "import site" commented, so pip will work
Copy-Item "$Bootstrap/python311._pth" $PythonDir `
Copy-Item "$Bootstrap/python313._pth" $PythonDir `
-ErrorAction Stop
Remove-Item $Archive