[Python-checkins] bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)

zooba webhook-mailer at python.org
Thu Dec 3 12:22:31 EST 2020


https://github.com/python/cpython/commit/db68544122f5a0c7b80f69c0e643049efa6699c6
commit: db68544122f5a0c7b80f69c0e643049efa6699c6
branch: master
author: Zackery Spytz <zspytz at gmail.com>
committer: zooba <steve.dower at microsoft.com>
date: 2020-12-03T17:22:04Z
summary:

bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)

files:
M Doc/using/windows.rst

diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 78c1e03f7462c..265c07c7099f3 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.



More information about the Python-checkins mailing list