]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-144675: update to WASI SDK 30 (#144676)
authorRoman Volosatovs <rvolosatovs@users.noreply.github.com>
Thu, 12 Feb 2026 00:12:08 +0000 (01:12 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Feb 2026 00:12:08 +0000 (16:12 -0800)
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
.github/workflows/reusable-wasi.yml
Misc/NEWS.d/next/Build/2026-02-10-16-59-56.gh-issue-144675.Wrf3Es.rst [new file with mode: 0644]
Platforms/WASI/config.toml

index 3c81f6ef82dc8c4efd4ff49b06eaca6a0a469e51..68c5ef14cfe2126b57aa2aff26e7f2cba45c2f42 100644 (file)
@@ -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 (file)
index 0000000..1018ed9
--- /dev/null
@@ -0,0 +1 @@
+Update to WASI SDK 30.
index 7ca2f76f56dc7adc5af0d50db9ac2663f1ba9a86..2f7a87decd6212e588ceb37af2613f48b0b24e0a 100644 (file)
@@ -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"