]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-149252: Update WASI SDK version from 32 to 33 (#149253)
authorBrett Cannon <brett@python.org>
Fri, 1 May 2026 23:51:06 +0000 (16:51 -0700)
committerGitHub <noreply@github.com>
Fri, 1 May 2026 23:51:06 +0000 (16:51 -0700)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Misc/NEWS.d/next/Build/2026-05-01-20-01-32.gh-issue-149252.4W_0-w.rst [new file with mode: 0644]
Platforms/WASI/config.toml

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 (file)
index 0000000..646a8e3
--- /dev/null
@@ -0,0 +1 @@
+Update to WASI SDK 33.
index 31ec2b8023dab12a8d03d8824d00372cbe232435..6a6d5713ee96739dbe361860c79d20f0aa489a24 100644 (file)
@@ -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"