Conversation
9c2212b to
0724d96
Compare
2e67900 to
13ebfd1
Compare
|
This lacks version change and maybe commits from #617. Anything else? |
* Sync with the master branch * Build i686 on Linux * Rename .github/workflows/build_wheels.yml
|
Should also build Linux aarch64 wheels (on ubuntu-24.04-arm), as already done in the master branch. |
|
Can be introduce wheels for new architectures in a patch release? If so, probably we should do same for Windows. |
|
Also, looking at the macOS wheels I notice the different deployment targets. Edit: In particular, comparing with https://pypi.org/project/gmpy2/2.2.1/#files, the bumped deployment targets for 3.12 and 3.13 are a regression |
Fine with me Edit: Adding new architectures is always fine; only removing them shouldn't be done in a patch release. |
That did cibuildwheels:
I guess, that was for a reason, see comment in the code above and:
Ok. |
|
Thanks for looking up these references, very helpful. For the 2.3.x series it's certainly a good idea to go with these well-argued defaults. Not sure about 2.2.x though. |
We can't target to different CPython patch-releases. If they changed things in such version - it's what it is. |
52c8473 to
9d5c49b
Compare
|
|
|
The Linux aarch64 build is failing |
c94c8e7 to
c592dbf
Compare
ff5d41b to
3c780a7
Compare
Not quite. musllinux images not filtered out for armv7l. I will update b8c2aca and then push version change. |
3c780a7 to
174dd65
Compare
ef58766 to
19c65b5
Compare
Closes #602