ziglang / zig-pypi

The Zig programming language, packaged for PyPI
https://pypi.org/project/ziglang/
MIT License
151 stars 18 forks source link

Bump minimum required Mac OS X version to `12.0` #23

Closed agriyakhetarpal closed 4 months ago

agriyakhetarpal commented 4 months ago

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).