From a1ec3cb6fb1f0d26fb676238e828eb3a327d96c2 Mon Sep 17 00:00:00 2001 From: David Neto Date: Tue, 17 Dec 2024 17:24:10 -0500 Subject: [PATCH] kokoro: windows: use Python 3.12 --- kokoro/scripts/windows/build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kokoro/scripts/windows/build.bat b/kokoro/scripts/windows/build.bat index d5c0fe2f93..c7aaec31a4 100644 --- a/kokoro/scripts/windows/build.bat +++ b/kokoro/scripts/windows/build.bat @@ -21,8 +21,8 @@ set SRC=%cd%\github\SPIRV-Tools set BUILD_TYPE=%1 set VS_VERSION=%2 -:: Force usage of python 3.6, cmake 3.31.2 -set PATH=C:\python36;c:\cmake-3.31.2\bin;%PATH% +:: Force usage of python 3.12, cmake 3.31.2 +set PATH=C:\python312;c:\cmake-3.31.2\bin;%PATH% :: ######################################### :: set up msvc build env