Transition to scikit-build for RapidFuzz #602
-
I am currently transitioning the build of RapidFuzz from setuptools to scikit-build, since:
I added a simple PR implementing most of this here. However it fails on some platforms when building with cibuildwheel and I am unsure how to fix this:
The rest of the builds work fine: https://github.com/maxbachmann/RapidFuzz/actions/runs/1432281305 Any help would be appreciated 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I dropped Python2.7, so now only PyPy Windows is still failing to build. However the user base of the library on PyPy/Windows should be close to zero, so this does not really matter. Other than this scikit-build works like a charm and will be used in the next release 🥳 |
Beta Was this translation helpful? Give feedback.
I dropped Python2.7, so now only PyPy Windows is still failing to build. However the user base of the library on PyPy/Windows should be close to zero, so this does not really matter. Other than this scikit-build works like a charm and will be used in the next release 🥳