blob: a23d50bbac6e2097316998c85713f0c69ed31273 [file] [log] [blame]
smut447b45d2019-07-31 21:26:27 +00001python_version: "3.8"
Edward Lemur4ba192e2019-10-28 20:19:37 +00002
Brian Rynerb1bfb8b2021-09-08 15:43:34 +00003# The default set of platforms vpython checks for does not yet include mac-arm64.
4# Setting `verify_pep425_tag` to the list of platforms we explicitly must support
5# allows us to ensure that vpython specs stay mac-arm64-friendly
6verify_pep425_tag: [
7 {python: "cp38", abi: "cp38", platform: "manylinux1_x86_64"},
8 {python: "cp38", abi: "cp38", platform: "linux_arm64"},
Brian Rynerb1bfb8b2021-09-08 15:43:34 +00009
10 {python: "cp38", abi: "cp38", platform: "macosx_10_10_intel"},
11 {python: "cp38", abi: "cp38", platform: "macosx_11_0_arm64"},
12
13 {python: "cp38", abi: "cp38", platform: "win32"},
14 {python: "cp38", abi: "cp38", platform: "win_amd64"}
15]
16
Edward Lemur4ba192e2019-10-28 20:19:37 +000017# Used by:
18# auth.py
19# gerrit_util.py
20# git_cl.py
21# my_activity.py
22# TODO(crbug.com/1002153): Add ninjalog_uploader.py
23wheel: <
24 name: "infra/python/wheels/httplib2-py3"
25 version: "version:0.13.1"
26>
27
28# Used by:
Saagar Sanghavi9949ab72020-07-20 20:56:40 +000029# presubmit_support.py
30wheel: <
31 name: "infra/python/wheels/requests-py2_py3"
32 version: "version:2.13.0"
33>
34
35# Used by:
Edward Lemur4ba192e2019-10-28 20:19:37 +000036# my_activity.py
37wheel: <
38 name: "infra/python/wheels/python-dateutil-py2_py3"
39 version: "version:2.7.3"
40>
41wheel: <
42 name: "infra/python/wheels/six-py2_py3"
43 version: "version:1.10.0"
44>
Josip Sokcevic4940cc42021-10-05 23:55:34 +000045
46# May be required to talk to 3P servers.
47# Fixes https://crbug.com/1255921
48wheel: <
49 name: "infra/python/wheels/certifi-py2_py3"
50 version: "version:2021.5.30"
51>