https://github.com/python/cpython/commit/cac0c98450c27dbb6e185ab1c05e1d51d34135d9
commit: cac0c98450c27dbb6e185ab1c05e1d51d34135d9
branch: main
author: Roman Volosatovs <[email protected]>
committer: brettcannon <[email protected]>
date: 2026-02-11T16:12:08-08:00
summary:

gh-144675: update to WASI SDK 30 (#144676)

Signed-off-by: Roman Volosatovs <[email protected]>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>

files:
A Misc/NEWS.d/next/Build/2026-02-10-16-59-56.gh-issue-144675.Wrf3Es.rst
M .github/workflows/reusable-wasi.yml
M Platforms/WASI/config.toml

diff --git a/.github/workflows/reusable-wasi.yml 
b/.github/workflows/reusable-wasi.yml
index 3c81f6ef82dc8c..68c5ef14cfe212 100644
--- a/.github/workflows/reusable-wasi.yml
+++ b/.github/workflows/reusable-wasi.yml
@@ -13,7 +13,7 @@ jobs:
     timeout-minutes: 60
     env:
       WASMTIME_VERSION: 38.0.3
-      WASI_SDK_VERSION: 29
+      WASI_SDK_VERSION: 30
       WASI_SDK_PATH: /opt/wasi-sdk
       CROSS_BUILD_PYTHON: cross-build/build
       CROSS_BUILD_WASI: cross-build/wasm32-wasip1
diff --git 
a/Misc/NEWS.d/next/Build/2026-02-10-16-59-56.gh-issue-144675.Wrf3Es.rst 
b/Misc/NEWS.d/next/Build/2026-02-10-16-59-56.gh-issue-144675.Wrf3Es.rst
new file mode 100644
index 00000000000000..1018ed95a2af77
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2026-02-10-16-59-56.gh-issue-144675.Wrf3Es.rst
@@ -0,0 +1 @@
+Update to WASI SDK 30.
diff --git a/Platforms/WASI/config.toml b/Platforms/WASI/config.toml
index 7ca2f76f56dc7a..2f7a87decd6212 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 = 29
+wasi-sdk = 30
 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]

Reply via email to