Skip to content

Commit 3689c25

Browse files
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
(cherry picked from commit db68544) Co-authored-by: Zackery Spytz <[email protected]>
1 parent 9f26833 commit 3689c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/using/windows.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ available for application-local distributions.
2323

2424
As specified in :pep:`11`, a Python release only supports a Windows platform
2525
while Microsoft considers the platform under extended support. This means that
26-
Python |version| supports Windows Vista and newer. If you require Windows XP
27-
support then please install Python 3.4.
26+
Python |version| supports Windows 8.1 and newer. If you require Windows 7
27+
support, please install Python 3.8.
2828

2929
There are a number of different installers available for Windows, each with
3030
certain benefits and downsides.

0 commit comments

Comments
 (0)