Update to python 3.8.15

This commit is contained in:
Twangboy 2022-11-02 14:54:59 -06:00
parent ab1d5babaa
commit 9bfe222000
No known key found for this signature in database
GPG key ID: ED267D5C0DE6F8A6

View file

@ -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")]