You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note to self: use cibuildwheel-enabled Python implementations since GitHub Actions runners are messing up the platform specification for Python 3.12 (#12) – x86_64 runner is named as a universal one.
Might have to map CIBW_ARCHS_MACOS: x86_64 arm64 to GOARCH: amd64 arm64 in setup.py accordingly
The platform specification detection on macOS with Python 3.12 is wrong on GitHub Actions runners since universal Python implementations are being installed. #13 took care of this, but it should be worth adding this note as well here.
…macOS wheels
Closes#13Closes#2
- Cross-compiled macOS wheels and native wheels, fused with helper
scripts and `delocate-fuse` later
- Linux amd64 and aarch64 wheels (the latter is via QEMU emulation)
- Python 3.8–3.12 support
- Windows amd64 wheels
- Notes on supported architectures and platforms have been added to the README
Note to self: use
cibuildwheel
-enabled Python implementations since GitHub Actions runners are messing up the platform specification for Python 3.12 (#12) – x86_64 runner is named as a universal one.Might have to map
CIBW_ARCHS_MACOS: x86_64 arm64
toGOARCH: amd64 arm64
insetup.py
accordinglyOriginally posted by @agriyakhetarpal in #12 (comment)
The text was updated successfully, but these errors were encountered: