]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-145844: Update WASI SDK from 30 to 32 (#145859)
authorMazin Sharaf <mazinsharaf@icloud.com>
Mon, 6 Apr 2026 23:48:38 +0000 (09:48 +1000)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2026 23:48:38 +0000 (16:48 -0700)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst [new file with mode: 0644]
Platforms/WASI/config.toml

diff --git a/Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst b/Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst
new file mode 100644 (file)
index 0000000..10fac03
--- /dev/null
@@ -0,0 +1 @@
+Update to WASI SDK 32.
index 2f7a87decd6212e588ceb37af2613f48b0b24e0a..31ec2b8023dab12a8d03d8824d00372cbe232435 100644 (file)
@@ -2,5 +2,5 @@
 # This allows for blanket copying of the WASI build code between supported
 # Python versions.
 [targets]
-wasi-sdk = 30
+wasi-sdk = 32
 host-triple = "wasm32-wasip1"