From 78a734e2792061921ab7fb8f9059d1fb673e158f Mon Sep 17 00:00:00 2001 From: Stefan Stipanovic Date: Tue, 3 Mar 2020 20:41:18 +0100 Subject: [PATCH] Revert "[lldb/Docs] Mark both Python 3.6 and 3.8 as supported on Windows" This reverts commit 3270ea9042eaa2bf9ab12d4a6ceefaae73c5152a. --- lldb/docs/resources/build.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lldb/docs/resources/build.rst b/lldb/docs/resources/build.rst index c1cb6ec..2773036 100644 --- a/lldb/docs/resources/build.rst +++ b/lldb/docs/resources/build.rst @@ -83,10 +83,10 @@ Windows * The latest Windows SDK. * The Active Template Library (ATL). * `GnuWin32 `_ for CoreUtils and Make. -* `Python 3.6 or 3.8 `_. 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 `_. 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 `_. If you plan to debug test failures or even write new tests at all, PTVS is an indispensable debugging -- 2.7.4