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...