You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(workflows): standardize Python 3.12 across all Node.js builds
Unified Python version to 3.12 in build-smol.yml, build-sea.yml, and
build-wasm.yml. All three use gyp which has hashlib.md5() compatibility
issues with Python 3.13.
Verified Alpine 3.19 (Docker builds) ships Python 3.11.14 - not affected.
Python 3.13 error:
TypeError: Strings must be encoded before hashing
At: tools/gyp/pylib/gyp/generator/ninja.py:813
0 commit comments