aboutsummaryrefslogtreecommitdiff
path: root/pw_env_setup/py/pw_env_setup/cipd_setup/compatibility.json
blob: 7ba5dc48f569f6c9dcc17c676bd93e1cf95dba67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "packages": [
    {
      "path": "infra/3pp/tools/cpython3/${platform}",
      "platforms": [
        "linux-amd64",
        "linux-arm64",
        "mac-amd64",
        "mac-arm64",
        "windows-amd64"
      ],
      "tags": [
        "version:2@3.11.3.chromium.29"
      ]
    }
  ]
}