Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions devtools/subproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def build_wheel(
_adjust_wheel_tags = {
# pypi only accepts manylinux wheels, and we know we're compatible
# TODO(davo): use auditwheel to fix the tags instead
"linux_x86_64": "manylinux_2_35_x86_64",
"linux_aarch64": "manylinux_2_36_aarch64",
# "linux_x86_64": "manylinux_2_35_x86_64",
# "linux_aarch64": "manylinux_2_36_aarch64",
# needed for compatibility with python compiled with older xcode
"macosx_11_0_x86_64": "macosx_10_16_x86_64",
"macosx_12_0_x86_64": "macosx_10_16_x86_64",
Expand Down
Loading