Reputation: 4014
In emscripten docs,
You need Python 2.7.12 or newer because older versions may not work due to a GitHub change with SSL).
Python 3 has supported?
Upvotes: 2
Views: 698
Reputation: 59228
Yes, it is supported:
https://github.com/emscripten-core/emscripten/pull/5967
This PR:
- introduces
EMSCRIPTEN_ALLOW_NEWER_PYTHON
to allow Python 3
Upvotes: 2