]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-145177: Upgrade to Emscripten 6.0.6 (#155260)
authorHood Chatham <roberthoodchatham@gmail.com>
Thu, 6 Aug 2026 00:29:22 +0000 (17:29 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Aug 2026 00:29:22 +0000 (08:29 +0800)
Bump default Emscripten version to 6.0.6.

Platforms/emscripten/config.toml

index 9c6d01e8655207ebf6fbf30159262f709e13b126..285e17a997b1e7583d4d8ae692bdcbf6ebec2642 100644 (file)
@@ -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",