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 <bryner@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
changes/11/2876311/5
Brian Ryner 4 years ago committed by LUCI CQ
parent b342958927
commit e77e3c879a

@ -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

Loading…
Cancel
Save