From: Brett Cannon Date: Fri, 1 May 2026 23:51:06 +0000 (-0700) Subject: GH-149252: Update WASI SDK version from 32 to 33 (#149253) X-Git-Tag: v3.15.0b1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be9c7cb4b50f8007b61018538c10d0a92c44cf17;p=thirdparty%2FPython%2Fcpython.git GH-149252: Update WASI SDK version from 32 to 33 (#149253) Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> --- diff --git a/Misc/NEWS.d/next/Build/2026-05-01-20-01-32.gh-issue-149252.4W_0-w.rst b/Misc/NEWS.d/next/Build/2026-05-01-20-01-32.gh-issue-149252.4W_0-w.rst new file mode 100644 index 000000000000..646a8e337320 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2026-05-01-20-01-32.gh-issue-149252.4W_0-w.rst @@ -0,0 +1 @@ +Update to WASI SDK 33. diff --git a/Platforms/WASI/config.toml b/Platforms/WASI/config.toml index 31ec2b8023da..6a6d5713ee96 100644 --- a/Platforms/WASI/config.toml +++ b/Platforms/WASI/config.toml @@ -2,5 +2,5 @@ # This allows for blanket copying of the WASI build code between supported # Python versions. [targets] -wasi-sdk = 32 +wasi-sdk = 33 host-triple = "wasm32-wasip1"