Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate wheels for all platforms via cibuildwheel #52

Open
pradyunsg opened this issue Dec 3, 2022 · 3 comments
Open

Generate wheels for all platforms via cibuildwheel #52

pradyunsg opened this issue Dec 3, 2022 · 3 comments
Assignees
Milestone

Comments

@pradyunsg
Copy link

pradyunsg commented Dec 3, 2022

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. :)

@TheShiftedBit
Copy link
Contributor

Yesterday I released MacOS builds for the latest version. Haven't moved to cibuildwheel, but does that solve your problem?

@pradyunsg
Copy link
Author

does that solve your problem?

Although I'd prefer to be using Python 3.11, having wheels available for 3.9 and so is sufficient! :)

@bollwyvl
Copy link

Although I'd prefer to be using Python 3.11,

👍 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!

@jvoisin jvoisin self-assigned this Mar 20, 2023
@jvoisin jvoisin added this to the 3.0.0 milestone Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants