aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2022-03-24 14:24:25 +0200
committerSimo Fält <simo.falt@qt.io>2022-05-25 06:42:25 +0200
commit0c85cce1b3ce6fb02f51ca63f15c5e5af1f0894a (patch)
tree780da215075b5dfc69da239fb59eee36c6bd8eb8 /coin
parent21ed2db77b95cf0c7774a26da4d6b73cd08d3568 (diff)
Provisioning: Install additional python3.7 for Windows 11
Pick-to: 6.2 6.3 Change-Id: Ia8ba4cee4efd6e9c8ffe5403879ad585b6e97576 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/provisioning/qtci-windows-11_21H2-x86_64/08-python3.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/coin/provisioning/qtci-windows-11_21H2-x86_64/08-python3.ps1 b/coin/provisioning/qtci-windows-11_21H2-x86_64/08-python3.ps1
index 401a5ada..c621b2ee 100644
--- a/coin/provisioning/qtci-windows-11_21H2-x86_64/08-python3.ps1
+++ b/coin/provisioning/qtci-windows-11_21H2-x86_64/08-python3.ps1
@@ -7,6 +7,7 @@
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "a8ac14ee5486547caf84abdf151be22d9d069c0a" "C:\Python38_64" "3.8.1"
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "14ff2c2e5538b03a012cb4c9d519d970444ebd42" "C:\Python38_32" "3.8.1"
+. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "f8d42a421db25a01b53f0c135a9a74ddae042643" "C:\Python37_64" "3.7.9"
# default ones
. "$PSScriptRoot\..\common\windows\python3.ps1" 64 "bcf9bda733a9153811209c62d628c41ab6cedbe2" "C:\Python36" "3.6.2" $true
. "$PSScriptRoot\..\common\windows\python3.ps1" 32 "cd9744b142eca832f9534390676e6cfb84bf655d" "C:\Python36_32" "3.6.2" $true