Henry Schreiner

Results 2524 comments of Henry Schreiner

We don’t support cross compiling on Linux, only windows and macOS. Linux has other issues (like being forced to use the “system” compiler which is too old to support the...

> I'm actually leaning towards removing that from cibuildwheel, as we get a lot of bug reports about it and I don't think many people will be consuming those wheels....

I believe you can technically build on ARM, you just can't install non pure Python dependencies on ARM while building? (In other words, you can't run Python, since that will...

If that's true, I'd say we should raise an error unless the tests are explicitly skipped. That would make this a clear opt-in.

I was thinking we could improve this, so here are my thoughts: 1. When building for AS, the min version of macOS is 11 anyway, so you want the U2...

Would it make sense to get a release out before this? PyPy had a bug that broke NumPy's CI, and they had to pin on an older version, and we...

I think we should at least mention this in docs, that would be a good first step.

Could we generalize (2) a bit? Have a cibuildwheel audit command & audit environment? And provide `{wheels}` (all wheels) and `{abi3wheels}` (just the ABI3 wheels)? Edit: or, maybe not, someone...

If this goes in: https://github.com/pypa/manylinux/pull/1455 then we can add a musl ARMv7. Actually, would it be possible to add a spot for manylinux ARMv7 but no pre-defined images? It would...

I think this just works. We assumed pip and build are the same (even to the point of being incorrect about the name of the option, which we fixed later)....