From 15365b591b1955e383483ddd1bc0dd3c4c77f936 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Tue, 2 Sep 2025 19:08:10 -0400 Subject: [PATCH] Remove manylinux tag rename --- devtools/subproject.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devtools/subproject.py b/devtools/subproject.py index f2068621..8274275e 100644 --- a/devtools/subproject.py +++ b/devtools/subproject.py @@ -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",