Update Python to 3.13.3 and add support to Windows on ARM64. (#1477)

Update Python to 3.13.0 and add support to Windows on AMD64. Rewrite
packaging of pywin32 because it is no longer shipped via separate binary
installers, but has migrated to use pip.
This commit is contained in:
juj
2025-05-28 23:20:03 +03:00
committed by GitHub
parent 3bcf1dcd01
commit d07c793415
7 changed files with 98 additions and 44 deletions

View File

@@ -65,7 +65,7 @@ https://emscripten.org/docs/building_from_source/toolchain_what_is_needed.html.
### Linux
- `python`: Version 3.9.2 or above.
- `python`: Version 3.9.2 or above. Version 3.13.3 or a newer 3.13.x is recommended.
- `java`: For running closure compiler (optional)
The emsdk pre-compiled binaries are built against Ubuntu/Focal 20.04 LTS and