Skip to content

Commit d457fed

Browse files
authored
Update documented min python version from 3.6 to 3.8 (#24422)
Oops, this should have been part of #23417
1 parent d98b029 commit d457fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/source/docs/getting_started/downloads.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Platform-specific notes
112112
Windows
113113
+++++++
114114

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.
116116

117117
.. note:: Instead of running emscripten on Windows directly, you can use the
118118
Windows Subsystem for Linux to run it in a Linux environment.
@@ -123,7 +123,7 @@ macOS
123123
.. note:: Emscripten requires macOS 10.14 Mojave or above.
124124

125125
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.
127127

128128
These instructions explain how to install **all** the :ref:`required tools
129129
<toolchain-what-you-need>`. You can :ref:`test whether some of these are already

0 commit comments

Comments
 (0)