From db68544122f5a0c7b80f69c0e643049efa6699c6 Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Thu, 3 Dec 2020 10:22:04 -0700 Subject: [PATCH] bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603) --- Doc/using/windows.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 78c1e03f746..265c07c7099 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -23,8 +23,8 @@ available for application-local distributions. As specified in :pep:`11`, a Python release only supports a Windows platform while Microsoft considers the platform under extended support. This means that -Python |version| supports Windows Vista and newer. If you require Windows XP -support then please install Python 3.4. +Python |version| supports Windows 8.1 and newer. If you require Windows 7 +support, please install Python 3.8. There are a number of different installers available for Windows, each with certain benefits and downsides.