Skip to content

Commit

Permalink
Bump release requirements to macos 11.0 (pantsbuild#16436)
Browse files Browse the repository at this point in the history
pantsbuild#16317 updated what we're
generating wheels for, so we need to bump the wheels we look for
accordingly.
  • Loading branch information
illicitonion committed Aug 8, 2022
1 parent fb55bbc commit add0956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/bin/_release_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ def build_pex(fetch: bool) -> None:
"CPython>=3.7,<3.10",
*(
f"--platform={plat}-{abi}"
for plat in ("linux_x86_64", "macosx_10.15_x86_64")
for plat in ("linux_x86_64", "macosx_11.0_x86_64")
for abi in ("cp-37-m", "cp-38-cp38", "cp-39-cp39")
),
]
Expand Down

0 comments on commit add0956

Please sign in to comment.