Skip to content

Commit 26a6a90

Browse files
committed
Upped Python to 3.11.9
1 parent 39ad92c commit 26a6a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install-3rdparty-full-win1064.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ if($ok) {
139139
Write-Output "cwipc_check install: python: already installed"
140140
} else {
141141
Write-Output "cwipc_check install: python: downloading..."
142-
$installer="$tmpinstalldir\python-3.11.8-amd64.exe"
143-
(New-Object System.Net.WebClient).DownloadFile("https://www.python.org/ftp/python/3.11.8/python-3.11.8-amd64.exe",$installer);
142+
$installer="$tmpinstalldir\python-3.11.9-amd64.exe"
143+
(New-Object System.Net.WebClient).DownloadFile("https://www.python.org/ftp/python/3.11.9/python-3.11.9-amd64.exe",$installer);
144144
Write-Output "cwipc_check install: python: installing..."
145145
Start-Process -FilePath $installer -ArgumentList '/quiet InstallAllUsers=1 PrependPath=1' -Wait
146146
Write-Output "cwipc_check install: python: installed"

0 commit comments

Comments
 (0)