Skip to content

Commit

Permalink
Revert "[lldb/Docs] Mark both Python 3.6 and 3.8 as supported on Wind…
Browse files Browse the repository at this point in the history
…ows"

This reverts commit 3270ea9.
  • Loading branch information
sstefan1 committed Mar 3, 2020
1 parent 9989b85 commit 78a734e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lldb/docs/resources/build.rst
Expand Up @@ -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 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 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 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
Expand Down

0 comments on commit 78a734e

Please sign in to comment.