From a1a66bcbebe301b9c36ac22e64aeb30126bc1272 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 28 Feb 2026 20:46:30 -0800 Subject: [PATCH] PEP 816: Address SC requests and mark as Active --- peps/pep-0816.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/peps/pep-0816.rst b/peps/pep-0816.rst index f36e8fd60a8..a0c73ce6d46 100644 --- a/peps/pep-0816.rst +++ b/peps/pep-0816.rst @@ -2,11 +2,11 @@ PEP: 816 Title: WASI Support Author: Brett Cannon Discussions-To: https://discuss.python.org/t/pep-816-wasi-support/105237 -Status: Draft +Status: Active Type: Informational Created: 05-Nov-2025 Post-History: `08-Dec-2025 `__, - +Resolution: https://discuss.python.org/t/pep-816-wasi-support/105237/3 Abstract ======== @@ -84,7 +84,9 @@ maintainers as specified by :pep:`11` will choose which sets of versions will be designated as the versions to support. The WASI version and WASI SDK version supported for a Python version MUST be -recorded in :pep:`11` as an official record. +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. If for some reason a supported WASI SDK version needs to change after being recorded, a note will be made in :pep:`11` as to when and why the change was