Stream: SIG-Guest-Languages

Topic: Builds for CPython 3.11.9 and 3.12.10 are now available


view this post on Zulip Brett Cannon (Apr 30 2025 at 19:34):

Details at https://discuss.python.org/t/wasi-releases-for-cpython-3-11-9-and-3-12-10/90257 . I basically backfilled and tweaked the GitHub Actions I use to do the builds.

Those versions are done insomuch as they won’t get any more releases as they are in security-only mode and thus don’t get binary releases. I also changed how I do builds at GitHub - brettcannon/cpython-wasi-build: Unofficial WASI builds of CPython so that there is a branch per Python version once they are branched off of CPython’s main branch (i.e. main on my repo is for 3.14 until main at the CPython repo becomes 3.15 next month). The new approach makes it a bit easier for me since I have l...

Last updated: Dec 06 2025 at 07:03 UTC