-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
MNT: simplify cibuildwheel configuration #7518
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
Conversation
|
For me I'd probably prefer to be explicit about PyPy/GraalPy - just because it's a deliberate decision on our part but cibuildwheel could change in future. |
f2df1b9 to
94b61e0
Compare
|
updated |
|
Merci. |
|
Oh, looks like I somehow missed the fact that the build had failed. I think it's just due to a misnaming of the option. |
|
Whoops, I think I misread the docs. On the bright side, it looks like I also missed that |
We already pass that option. I'll try if that suffices. |
It doesn't. Time to revert. |
|
Sorry about this mishap. It looks like a bug in cibuildwheel and I might try fixing it there. |
With cibuildwheel 3.x, which you're already using, you don't need to explicitly skip pypy or graalpy: they're already unselected by default. There's also a simpler way to express the minimum Python version supported, that does not require setting up the full
[project]table inpyproject.toml