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
* Use cibuildwheel for all three: Linux, macOS and Windows
* Disable building for PyPy on macOS because it passes an unrecognised flag to the Apple linker
* Disable unit testing with cibuildwheel because PyPy does not support getting the reference count
* The unit tests should eventually be modified to check the reference counts only on CPython.
* Then test workflow can be removed and unit testing can be done with cibuildwheel.
0 commit comments