From f6812b7d6d479c7031fc707835b5a5a79929b97b 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 a2011b1861..91a3443126 100644 --- a/.github/workflows/test_cpp.yml +++ b/.github/workflows/test_cpp.yml @@ -383,7 +383,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: >-