]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
authorZackery Spytz <zspytz@gmail.com>
Thu, 3 Dec 2020 17:22:04 +0000 (10:22 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Dec 2020 17:22:04 +0000 (17:22 +0000)
Doc/using/windows.rst

index 78c1e03f7462c931fc91622e2e8e7b6c337dcc84..265c07c7099f35ab92e8ddb3899593343d02b223 100644 (file)
@@ -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.