- [ ] Open a [CPython issue](https://github.com/python/cpython/issues)
- [ ] **Draft** a [CPython PR](https://github.com/python/cpython/pulls) to update the version (⚠️ do **NOT** merge until the Buildbot is ready!)
- [ ] Update the [WASI dev container](https://github.com/python/cpython-devcontainers/tree/main/wasicontainer) definition
- [ ] [Release](https://github.com/python/cpython-devcontainers/actions/workflows/release.yml) the new container
- [ ] Get the new container on the Buildbot worker
- [ ] Merge the CPython PR
> [!Info] Update PEP 11 after b1
> Make sure the WASI and SDK version is recorded once b1 is out. [From PEP 816](https://peps.python.org/pep-0816/#specification:~:text=The%20WASI%20version%20and%20WASI%20SDK%20version%20supported%20for%20a%20Python%20version%20MUST%20be%20recorded%20in%20PEP%2011%20as%20an%20official%20record.%20This%20is%20to%20be%20recorded%20by%20the%20maintainers%20of%20WASI%20as%20listed%20in%20PEP%2011%20and%20done%20around%20the%20time%20of%20the%20b1%20release.):
> > The WASI version and WASI SDK version supported for a Python version MUST be recorded in PEP 11 as an official record. This is to be recorded by the maintainers of WASI as listed in PEP 11 and done around the time of the b1 release.