From baecd564d25c969734227e08a31a1d3aaf791962 Mon Sep 17 00:00:00 2001 From: Jie Luo Date: Thu, 16 Dec 2021 16:50:18 -0800 Subject: [PATCH] Update python 3.10 install MD5 Sum https://www.python.org/downloads/release/python-3100/ --- kokoro/release/python/windows/install_python_interpreters.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kokoro/release/python/windows/install_python_interpreters.ps1 b/kokoro/release/python/windows/install_python_interpreters.ps1 index f193eedeb0e9..e541fc2cf11a 100644 --- a/kokoro/release/python/windows/install_python_interpreters.ps1 +++ b/kokoro/release/python/windows/install_python_interpreters.ps1 @@ -101,7 +101,7 @@ $Python39x86Config = @{ PythonVersion = "3.10.0" PythonInstaller = "python-3.10.0" PythonInstallPath = "C:\python310_32bit" - PythonInstallerHash = "6de353f2f7422aa030d4ccc788ffa75e" + PythonInstallerHash = "133aa48145032e341ad2a000cd3bff50" } Install-Python @Python310x86Config @@ -109,6 +109,6 @@ $Python39x64Config = @{ PythonVersion = "3.10.0" PythonInstaller = "python-3.10.0-amd64" PythonInstallPath = "C:\python310" - PythonInstallerHash = "39135519b044757f0a3b09d63612b0da" + PythonInstallerHash = "c3917c08a7fe85db7203da6dcaa99a70" } Install-Python @Python310x64Config