diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-12-03 17:46:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 17:46:58 (GMT) |
commit | 3689c25a1010c2acdb05f1b1b0229f4766b4440a (patch) | |
tree | e713f75c2023365a2df3b65a9d357c5ed7ac44ca /Doc/using | |
parent | 9f26833cedd33439b11059d423f599982abeb180 (diff) | |
download | cpython-3689c25a1010c2acdb05f1b1b0229f4766b4440a.zip cpython-3689c25a1010c2acdb05f1b1b0229f4766b4440a.tar.gz cpython-3689c25a1010c2acdb05f1b1b0229f4766b4440a.tar.bz2 |
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
(cherry picked from commit db68544122f5a0c7b80f69c0e643049efa6699c6)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/windows.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 275495b..d0c342e 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. |