https://github.com/python/cpython/commit/be9c7cb4b50f8007b61018538c10d0a92c44cf17 commit: be9c7cb4b50f8007b61018538c10d0a92c44cf17 branch: main author: Brett Cannon <[email protected]> committer: brettcannon <[email protected]> date: 2026-05-01T16:51:06-07:00 summary:
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> files: A Misc/NEWS.d/next/Build/2026-05-01-20-01-32.gh-issue-149252.4W_0-w.rst M 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 index 00000000000000..646a8e33732016 --- /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 31ec2b8023dab1..6a6d5713ee9673 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" _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
