[MacOs] Wheels provided for pyobjus are not universal
akshayaurora opened this issue · 2 comments
akshayaurora commented
[MacOs] Wheels provided for pyobjus are not universal
misl6 commented
Ouch! Well... we actually ship universal2
wheels, https://pypi.org/project/pyobjus/1.2.1/#files, but pip
is preferring x86_64
or arm64
, due to a (IMHO) bad decision.
Since we need to produce cp311
wheels, what about restricting the build to universal2
only? (for supported Python versions?)