pycryptodome icon indicating copy to clipboard operation
pycryptodome copied to clipboard

Support Python 3.14(t) and build 3.14(t) wheels

Open ngoldbaum opened this issue 4 months ago • 0 comments

If you update to cibuildwheel 3.1 or newer, you should automatically generate Python 3.14 and 3.14t wheels.

It looks like you're using the deadsnakes action to get a free-threaded python build in the integration workflow. That's no longer necessary since setup-python supports the free-threaded build so you can switch to using setup-python and integrate the 3.13t and 3.14t CI and delete the special nogil CI job.

Let me know if you need a hand, I'm happy to help out.

c.f. https://github.com/Legrandin/pycryptodome/issues/813

ngoldbaum avatar Aug 19 '25 20:08 ngoldbaum