We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac60fd3 commit 15365b5Copy full SHA for 15365b5
devtools/subproject.py
@@ -149,8 +149,8 @@ def build_wheel(
149
_adjust_wheel_tags = {
150
# pypi only accepts manylinux wheels, and we know we're compatible
151
# TODO(davo): use auditwheel to fix the tags instead
152
- "linux_x86_64": "manylinux_2_35_x86_64",
153
- "linux_aarch64": "manylinux_2_36_aarch64",
+ # "linux_x86_64": "manylinux_2_35_x86_64",
+ # "linux_aarch64": "manylinux_2_36_aarch64",
154
# needed for compatibility with python compiled with older xcode
155
"macosx_11_0_x86_64": "macosx_10_16_x86_64",
156
"macosx_12_0_x86_64": "macosx_10_16_x86_64",
0 commit comments