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
This would make it easier to install and use this project, when you're not on a Linux machine and trying to fuzz Python code.
In my case, I'm trying to fuzz the piece of code that serves a a foundational piece of the Python packaging ecosystem (like parsing requirements within pip): https://github.com/pypa/packaging/. I'd like for MacOS/Linux wheels that cover all the supported Python versions. :)
The text was updated successfully, but these errors were encountered:
👍 to python 3.11! We've been chunking along downstream on conda-forge, and will take a look at osx-arm64, but knowing there is a working upstream binary build always helps!
What
Use https://github.com/pypa/cibuildwheel/ to build wheels for major platforms.
Why
This would make it easier to install and use this project, when you're not on a Linux machine and trying to fuzz Python code.
In my case, I'm trying to fuzz the piece of code that serves a a foundational piece of the Python packaging ecosystem (like parsing requirements within pip): https://github.com/pypa/packaging/. I'd like for MacOS/Linux wheels that cover all the supported Python versions. :)
The text was updated successfully, but these errors were encountered: