Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bpo-32592: Fix supported version for Windows Vista.
  • Loading branch information
HayaoSuzuki committed Oct 7, 2020
commit 704793ca68a06f5584bf4a8ca5054dbf080d6e2b
5 changes: 3 additions & 2 deletions Doc/using/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ 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 8.1 and newer. If you require Windows XP
support then please install Python 3.4. If you require Windows Vista or
Windows 7 then please install Python 3.8.
support then please install Python 3.4. If you require Windows Vista then
please install Python 3.6. If you require Windows 7 then please install
Python 3.8.

There are a number of different installers available for Windows, each with
certain benefits and downsides.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update "Using Python on Windows" document. Commented for Windows Vista and
Windows 7.