Skip to content

Commit

Permalink
Upped Python to 3.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cwidisgroup committed Dec 23, 2024
1 parent 39ad92c commit 26a6a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-3rdparty-full-win1064.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ if($ok) {
Write-Output "cwipc_check install: python: already installed"
} else {
Write-Output "cwipc_check install: python: downloading..."
$installer="$tmpinstalldir\python-3.11.8-amd64.exe"
(New-Object System.Net.WebClient).DownloadFile("https://www.python.org/ftp/python/3.11.8/python-3.11.8-amd64.exe",$installer);
$installer="$tmpinstalldir\python-3.11.9-amd64.exe"
(New-Object System.Net.WebClient).DownloadFile("https://www.python.org/ftp/python/3.11.9/python-3.11.9-amd64.exe",$installer);
Write-Output "cwipc_check install: python: installing..."
Start-Process -FilePath $installer -ArgumentList '/quiet InstallAllUsers=1 PrependPath=1' -Wait
Write-Output "cwipc_check install: python: installed"
Expand Down

0 comments on commit 26a6a90

Please sign in to comment.