From e77e3c879a3f795161d3efa096c9caa33c7a0c2b Mon Sep 17 00:00:00 2001 From: Brian Ryner Date: Thu, 6 May 2021 23:56:59 +0000 Subject: [PATCH] Update bleeding edge python versions. The new version is built with an older Xcode version for mac-amd64, using the 10.15 SDK, which gives us better Big Sur compatibility for some of the very old Python libraries we have in use. In particular, it will see the OS version as 10.16 rather than 11.0, and recognize the 10.x-built vpython wheels as compatible. Bug: 1175200 Change-Id: I23be64b11c8a2fb31910ce5e13b98bd5b38eeb7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2876311 Auto-Submit: Brian Ryner Reviewed-by: Dirk Pranke Commit-Queue: Dirk Pranke --- bootstrap/manifest_bleeding_edge.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/manifest_bleeding_edge.txt b/bootstrap/manifest_bleeding_edge.txt index 2eeabfcbb..c68d744f0 100644 --- a/bootstrap/manifest_bleeding_edge.txt +++ b/bootstrap/manifest_bleeding_edge.txt @@ -18,10 +18,10 @@ $VerifiedPlatform windows-386 windows-amd64 linux-amd64 mac-amd64 @Subdir python -infra/3pp/tools/cpython/${platform} version:2@2.7.18.chromium.32 +infra/3pp/tools/cpython/${platform} version:2@2.7.18.chromium.35 @Subdir python3 -infra/3pp/tools/cpython3/${platform} version:2@3.8.9.chromium.14 +infra/3pp/tools/cpython3/${platform} version:2@3.8.10.chromium.17 @Subdir git infra/3pp/tools/git/${os}-${arch} version:2@2.30.2.chromium.6