1{ 2 "packages": [ 3 { 4 "_comment": "When bumping the minor version (e.g., to 3.9.x) also update env_setup/virtualenv/init.py to check for the new version.", 5 "path": "infra/3pp/tools/cpython3/${platform}", 6 "platforms": [ 7 "linux-amd64", 8 "linux-arm64", 9 "mac-amd64", 10 "windows-amd64" 11 ], 12 "tags": [ 13 "version:2@3.9.5.chromium.19" 14 ], 15 "version_file": ".versions/cpython3.cipd_version" 16 }, 17 { 18 "_comment": "TODO(pwbug/455) Use 3.9 for Macs too.", 19 "path": "infra/3pp/tools/cpython3/${platform}", 20 "platforms": [ 21 "mac-arm64" 22 ], 23 "tags": [ 24 "version:2@3.8.10.chromium.21" 25 ], 26 "version_file": ".versions/cpython3.cipd_version" 27 } 28 ] 29} 30