QuTech-Delft / libqasm

libQASM: Library to parse cQASM files
https://arxiv.org/abs/1805.09607
Other
15 stars 16 forks source link

[Infra] Fix MacOS/x64 (with Python >= 3.11) wheels #231

Open rturrado opened 1 month ago

rturrado commented 1 month ago

We are generating universal instead of x86_64 binaries. According to this thread, it's highly recommended to move to cibuildwheel as wheel creator.