From be9c7cb4b50f8007b61018538c10d0a92c44cf17 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 1 May 2026 16:51:06 -0700 Subject: [PATCH] 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> --- .../next/Build/2026-05-01-20-01-32.gh-issue-149252.4W_0-w.rst | 1 + Platforms/WASI/config.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Misc/NEWS.d/next/Build/2026-05-01-20-01-32.gh-issue-149252.4W_0-w.rst 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" -- 2.47.3