From 17ec19db930216d59eb8efdb0bbf6d1f5355f147 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Fri, 19 Jan 2024 15:27:07 -0800 Subject: [PATCH] Bump python version to 3.9 for gcloud 460.0.0 PiperOrigin-RevId: 599953322 --- .github/workflows/test_cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_cpp.yml b/.github/workflows/test_cpp.yml index cc2004bc3e1b..087b1ea81e31 100644 --- a/.github/workflows/test_cpp.yml +++ b/.github/workflows/test_cpp.yml @@ -367,7 +367,7 @@ jobs: vsversion: '2019' cache-prefix: windows-2019-cmake # windows-2019 has python3.7 installed, which is incompatible with the latest gcloud - python-version: '3.8' + python-version: '3.9' - name: Windows CMake 32-bit os: windows-2022 flags: >-