mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update to python 3.8.15
This commit is contained in:
parent
ab1d5babaa
commit
9bfe222000
1 changed files with 3 additions and 2 deletions
|
@ -24,6 +24,7 @@ param(
|
|||
#"3.9.13",
|
||||
#"3.9.12",
|
||||
#"3.9.11",
|
||||
"3.8.15",
|
||||
"3.8.14",
|
||||
"3.8.13",
|
||||
"3.8.12",
|
||||
|
@ -35,8 +36,8 @@ param(
|
|||
# 3.8 for now. Pycurl stopped building wheel files after 7.43.0.5 which
|
||||
# supported up to 3.8. So we're pinned to the latest version of Python 3.8.
|
||||
# We may have to drop support for pycurl or build it ourselves.
|
||||
# Default is: 3.8.14
|
||||
[String] $Version = "3.8.14",
|
||||
# Default is: 3.8.15
|
||||
[String] $Version = "3.8.15",
|
||||
|
||||
[Parameter(Mandatory=$false)]
|
||||
[ValidateSet("x64", "x86")]
|
||||
|
|
Loading…
Add table
Reference in a new issue