Based on discussion in the commit 266bbddd614bf7a8f3691ae58148c8f6b0625136. 11.7 isn't a supported Mac OS X version due to pip limitations since it's not able to detect the minor Mac OS X version. In this case, it's better to bump to a minimum Mac OS X version of 12.0 (Monterey) so that people don't get to install ziglang at all from PyPI on Mac OS X 11.Y (Big Sur) where Y<7. Apologies for the previous mishap which repaired the wheel to have an un-installable 11_7 tag (this is fixed in both delocate and repairwheel now, I think).
Based on discussion in the commit 266bbddd614bf7a8f3691ae58148c8f6b0625136.
11.7
isn't a supported Mac OS X version due topip
limitations since it's not able to detect the minor Mac OS X version. In this case, it's better to bump to a minimum Mac OS X version of 12.0 (Monterey) so that people don't get to installziglang
at all from PyPI on Mac OS X 11.Y (Big Sur) where Y<7. Apologies for the previous mishap which repaired the wheel to have an un-installable11_7
tag (this is fixed in bothdelocate
andrepairwheel
now, I think).