Skip to content

Commit

Permalink
Cherry-pick Python 3.10 fix to 3.19.x (#9323)
Browse files Browse the repository at this point in the history
  • Loading branch information
anandolee committed Dec 17, 2021
1 parent bb50948 commit cb1f49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/release/python/windows/install_python_interpreters.ps1
Expand Up @@ -97,15 +97,15 @@ $Python39x64Config = @{
Install-Python @Python39x64Config

# Python 3.10
$Python39x86Config = @{
$Python310x86Config = @{
PythonVersion = "3.10.0"
PythonInstaller = "python-3.10.0"
PythonInstallPath = "C:\python310_32bit"
PythonInstallerHash = "133aa48145032e341ad2a000cd3bff50"
}
Install-Python @Python310x86Config

$Python39x64Config = @{
$Python310x64Config = @{
PythonVersion = "3.10.0"
PythonInstaller = "python-3.10.0-amd64"
PythonInstallPath = "C:\python310"
Expand Down

0 comments on commit cb1f49a

Please sign in to comment.