Release Version 2.20.0 · pypa/cibuildwheel

🌟 CPython 3.13 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time to build and upload these wheels to PyPI! This release includes CPython 3.13.0rc1, which is guar...

GitHub

Here is an example of how I used #cibuildwheel with #mypyc (which in theory can compile to C anything that you can perfectly type annotate)

https://github.com/matthewdeanmartin/untruncate_json/blob/main/cibuildwheel.toml

untruncate_json/cibuildwheel.toml at main · matthewdeanmartin/untruncate_json

Python library to repair truncated json. Translated directly from the typescript original version - matthewdeanmartin/untruncate_json

GitHub