Skip to content

Commit

Permalink
Bump release requirements to macos 11.0
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 7, 2022
1 parent 92d6ebe commit 4c5163c
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 4c5163c

Please sign in to comment.