Henry Schreiner
Henry Schreiner
Here's the October 2021 data:  Based on data https://github.com/mayeut/manylinux-timeline, code at https://gist.github.com/4f0715e64df7cf267d2d2490b5facee9.
You can provide the lowest one, it will have the best compatibility. If you can build it with a newer image, that's even better - since the manylinux1 images are...
I'd love to do this - `build.pypa.io` is a lot nicer to type and remember. @FFY00 if you could add me to readthedocs I can add Ee. We should also...
We can add concurrently groups and auto cancel if you'd like.
I'm doing that in random other places currently, might as well add it here too. (Literally still in my clipboard) :)
Building proper wheels is tricky; I'm afraid this would get misused. If someone wants multiple wheels they likely are going to try to distribute them, and then they should probably...
> Can you please list proper examples of such worries? I thought I did? Manylinux needs to be built inside the manylinux container, macOS needs the official Python downloads to...
If implemented, I think I would rather something explicit and without a loop, like `--virtualenv=py36` or something like that; putting the loop inside build is not really necessary, I think,...
> Often you build wheels to target your current OS and that's it Yes, and this exactly is what you get today with `--wheel`. But you are trying to add...
> Ignore cibuildwheel, which is unusable in some environments that can't use those CI environments it supports. The first step to generate auditwheels is to build a wheel, and I...