Conversation
This PR adds so manylinux wheels are built for armv7l This is now supported since cibuildwheel 3.3.0: https://github.com/pypa/cibuildwheel/releases/tag/v3.3.0
|
Did you run a package workflow somewhere? Can I see the logs? |
|
You can, from your clone. I need to make a local branch of your branch to do so. |
|
Actually this is the problem: #161 |
|
Here is a test run based on top of this branch: https://github.com/Lauszus/py-setproctitle/actions/runs/21870216885 Let's see how it goes. |
|
Removing the override fixes the build |
|
Now it all builds: https://github.com/Lauszus/py-setproctitle/actions/runs/21873068126/job/63135481456, but the merge step fails:
|
|
Upgrading |
|
@dvarrazzo any updates on this? Anything else you want me to do? |
|
Hello @Lauszus thank you very much. I am sorry to leave you waiting, I am in the middle of closing some paying work. I will be able to look into this probably in a couple of weeks. |
No worries. I got an embedded application running on a Raspberry Pi CM4. Just let me know if you need me to test anything on real hardware. |





This PR adds so manylinux wheels are built for armv7l
This is now supported since cibuildwheel 3.3.0: https://github.com/pypa/cibuildwheel/releases/tag/v3.3.0