https://github.com/python/cpython/commit/3daa7f8258fa21931e7655de66160b05afcfc8c9
commit: 3daa7f8258fa21931e7655de66160b05afcfc8c9
branch: main
author: Hood Chatham <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2026-09-02T08:32:39+08:00
summary:
gh-145177: Upgrade to Emscripten 6.0.9 (#156804)
Bump Emscripten default version to 6.0.9.
files:
M Platforms/emscripten/config.toml
diff --git a/Platforms/emscripten/config.toml b/Platforms/emscripten/config.toml
index e1ffd6cd04d60b7..513b5ae25fc497d 100644
--- a/Platforms/emscripten/config.toml
+++ b/Platforms/emscripten/config.toml
@@ -1,7 +1,7 @@
# Any data that can vary between Python versions is to be kept in this file.
# This allows for blanket copying of the Emscripten build code between
supported
# Python versions.
-emscripten-version = "6.0.8"
+emscripten-version = "6.0.9"
node-version = "24"
test-args = [
"-m", "test",
_______________________________________________
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]