https://github.com/python/cpython/commit/2dcb32b5f384d393970d6f5f1afd42901beb7de6
commit: 2dcb32b5f384d393970d6f5f1afd42901beb7de6
branch: main
author: Hood Chatham <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2026-08-06T08:29:22+08:00
summary:
gh-145177: Upgrade to Emscripten 6.0.6 (#155260)
Bump default Emscripten version to 6.0.6.
files:
M Platforms/emscripten/config.toml
diff --git a/Platforms/emscripten/config.toml b/Platforms/emscripten/config.toml
index 9c6d01e8655207e..285e17a997b1e75 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.5"
+emscripten-version = "6.0.6"
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]