]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Dec 2020 17:46:58 +0000 (09:46 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Dec 2020 17:46:58 +0000 (09:46 -0800)
(cherry picked from commit db68544122f5a0c7b80f69c0e643049efa6699c6)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Doc/using/windows.rst

index 275495bc6d1292cc6d96911cc38d20a889a8da72..d0c342e1dad86811b97eaed19799ebc053dd3f59 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.