Henry Schreiner
Henry Schreiner
The Kitware fork needs to be updated.
I was able to intelligently go with Option 3, where it only makes another copy if the input changes (at the expense of making at least one copy and doing...
Maybe it would be worth asking there first, then? Documenting this and letting a user decide to pay the cost for the deepcopy would probably be fine - much of...
I'm not aware of one.
I've rebased this, not sure what the status is.
You need to have setup-python to use our action. If you cannot use setup-python, you should not use our action either. Just use `cibuildwheel` directly with your externally managed pip.
Our action uses setup-python, which itself is not supposed to break like this - the links above might be the root bug.
Cibuildwheel will bump it up to the minimum supported version if necessary. You shouldn’t have to do anything except set your actual minimum version. You can do it, but since...
If you require more than 10.9, like if you use C++17, you need to set the minimum to whatever you require. Cibuildwheel will increase it when required, like to 11...
It's shown under "Meta". The requires-python info only tells you the oldest Python version supported by the current version of the package, which isn't that important. For example, NumPy has...