mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-12 15:26:10 +08:00
Python 3.12.3 is causing issues with Nuitka
Change-Id: I0b497671bb328c129e6a7b2a7a83a563a234f9ec
Reviewed-by: Toni Saario <toni.saario@qt.io>
(cherry picked from commit 6548b7e168)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
10 lines
385 B
PowerShell
10 lines
385 B
PowerShell
# Parameters:
|
|
# - Arch 32/64
|
|
# - installer sha1
|
|
# - install target dir
|
|
# - version
|
|
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
|
|
|
|
# Downloading https://www.python.org/ftp/python/3.11.9/python-3.11.9-arm64.exe
|
|
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "9e0487af5f0472978b7b6d4f4d3d8fd56865ff97" "C:\Python311_64" "3.11.9" $true
|