Skip to content

Commit afb59ff

Browse files
authored
Update docs for min version of node and python. NFC (#24786)
The python version was bumped to 3.8 in #23417 (and #24422). The node version was last updated in #23520.
1 parent e0163ab commit afb59ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/source/docs/building_from_source/toolchain_what_is_needed.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Emscripten tools and dependencies
2222

2323
In general a complete Emscripten environment requires the following tools. First test to see if they are already installed using the :ref:`instructions below <toolchain-test-which-dependencies-are-installed>`.
2424

25-
- :term:`Node.js` (0.8 or above; 0.10.17 or above to run websocket-using servers in node)
26-
- :term:`Python` (3.6 or above)
25+
- :term:`Node.js` (18.3.0 or above)
26+
- :term:`Python` (3.8 or above)
2727
- :term:`Java` (1.6.0_31 or later). Java is optional. It can be used to run the java version of term:`Closure Compiler`.
2828
- :term:`Git` client. Git is required if building tools from source.
2929
- :term:`LLVM` (LLVM, including clang and wasm-ld)

0 commit comments

Comments
 (0)