From b93b8e5f64ed922d101759380d7c6a2bbe474e26 Mon Sep 17 00:00:00 2001 From: Tony Liao Date: Fri, 18 Oct 2024 13:51:19 -0700 Subject: [PATCH] Upgrade Python test --macos_minimum_os to 10.15 (Catalina) See prior art: - https://github.com/protocolbuffers/protobuf/commit/aa3b976f42a0135385c555acc5f045a2e539101e - https://github.com/protocolbuffers/protobuf/commit/67fca5cb705c6a5f066be594e14f5c57e9dbbe55 OSS foundational support matrix suggests that the minimum supported macOS version has been moved up to macOS 11 (Big Sur). See: https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md #test-continuous PiperOrigin-RevId: 687413401 --- .github/workflows/test_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index 5ede687f3e..bbaeb7a1a7 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -115,5 +115,5 @@ jobs: bazel: >- test ${{ matrix.targets }} ${{ matrix.flags }} --test_env=KOKORO_PYTHON_VERSION=${{ matrix.version }} - --macos_minimum_os=10.9 + --macos_minimum_os=10.15 exclude-targets: -//python/pb_unit_tests/...