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
Copy file name to clipboardExpand all lines: site/source/docs/getting_started/downloads.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Platform-specific notes
112
112
Windows
113
113
+++++++
114
114
115
-
#. Install Python 3.6 or newer (older versions may not work due to `a GitHub change with SSL <https://github.com/emscripten-core/emscripten/issues/6275>`_).
115
+
#. Install Python 3.8 or newer.
116
116
117
117
.. note:: Instead of running emscripten on Windows directly, you can use the
118
118
Windows Subsystem for Linux to run it in a Linux environment.
@@ -123,7 +123,7 @@ macOS
123
123
.. note:: Emscripten requires macOS 10.14 Mojave or above.
124
124
125
125
If you use the Emscripten SDK, it includes a bundled version of Python 3.
126
-
Otherwise, you will need to manually install and use Python 3.6 or newer.
126
+
Otherwise, you will need to manually install and use Python 3.8 or newer.
127
127
128
128
These instructions explain how to install **all** the :ref:`required tools
129
129
<toolchain-what-you-need>`. You can :ref:`test whether some of these are already
0 commit comments