[lldb/Docs] Mark both Python 3.6 and 3.8 as supported on Windows

Haibo told me he didn't have any issues with Python 3.8 and I was able
to confirm that. Even though we don't have bot running with 3.8, I think
it safe to mark it as supported in the docs.
This commit is contained in:
Jonas Devlieghere 2020-03-03 11:24:11 -08:00
parent 82f7c207f5
commit 3270ea9042
1 changed files with 4 additions and 4 deletions

View File

@ -83,10 +83,10 @@ Windows
* The latest Windows SDK.
* The Active Template Library (ATL).
* `GnuWin32 <http://gnuwin32.sourceforge.net/>`_ for CoreUtils and Make.
* `Python 3.6 <https://www.python.org/downloads/windows/>`_. Python 3.7 is
known to be incompatible. More recent versions might work but are untested.
Make sure to get the x64 variant if that's what you're targetting and install
the debug library if you want to build in debug.
* `Python 3.6 or 3.8 <https://www.python.org/downloads/windows/>`_. Python 3.7
is known to be incompatible. Make sure to (1) get the x64 variant if that's
what you're targetting and (2) install the debug library if you want to build
a debug lldb.
* `Python Tools for Visual Studio
<https://github.com/Microsoft/PTVS/releases>`_. If you plan to debug test
failures or even write new tests at all, PTVS is an indispensable debugging