GitHub Actions: Modernize versions of GitHub Actions and Python#204
GitHub Actions: Modernize versions of GitHub Actions and Python#204cclauss wants to merge 1 commit intopython-hyper:mainfrom
Conversation
|
ping @sethmlarson |
|
I also helped port CFFI to work on the free-threaded build and am available to answer questions related to that, if you have any. |
| run: python -m cibuildwheel --output-dir wheelhouse | ||
| env: | ||
| CIBW_BUILD: cp37-${{ matrix.name }}* pp*-${{ matrix.name }}* | ||
| CIBW_BUILD: cp310-${{ matrix.name }}* pp*-${{ matrix.name }}* |
There was a problem hiding this comment.
Hmmm, can we do this separately?
There was a problem hiding this comment.
So the message to users is that it is a good idea to build on an insecure platform (security flaws are carefully documented but not fixed for two plus years) that continues to demonstrate that Python is s-l-o-w?!?
I will revert to double legacy Py3.7 but please note my protest.
|
@cclaus I find it helps to debug CI changes like this by enabling actions on my fork. That way you don't have to wait on a maintainer to approve workflows. Let me know if you want a hand on this one, I'd really like to get this done so we can enable wheel builds for |
|
@ngoldbaum Yes. If you would be willing to open a new pull request to replace this one then I am happy to close this one. |
No description provided.