Skip to content

Commit 1646305

Browse files
committed
python: make 3.12.3 the default build target
1 parent 1bd29db commit 1646305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BuildAutomation/BuildCloudbaseInitSetup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Param(
22
[string]$platform = "x64",
3-
[string]$pythonversion = "3.11_9",
3+
[string]$pythonversion = "3.12_3",
44
[string]$SignX509Thumbprint = $null,
55
[string]$release = $null,
66
# Cloudbase-Init repo details

0 commit comments

Comments
 (0)