mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-06 16:28:12 +08:00
Provisioning: Downgrade python to 3.11.9 on windows aarch64
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>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
22ce6068c5
commit
2f4bed0ee6
@@ -5,5 +5,5 @@
|
||||
# - version
|
||||
# - Optional true/false if set as default with PYTHON3/PIP3_PATH variables, default false
|
||||
|
||||
# Downloading https://www.python.org/ftp/python/3.12.3/python-3.12.3-arm64.exe
|
||||
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "a7fe973fd406c0db2b982d83e9feb30f8fde704f" "C:\Python312_64" "3.12.3" $true
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user