File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ available for application-local distributions.
2323
2424As specified in :pep: `11 `, a Python release only supports a Windows platform
2525while Microsoft considers the platform under extended support. This means that
26- Python |version | supports Windows 8.1 and newer. If you require Windows 7
27- support, please install Python 3.8.
26+ Python |version | supports Windows 10 and newer. If you require Windows 7
27+ support, please install Python 3.8. If you require Windows 8.1 support,
28+ please install Python 3.12.
2829
2930There are a number of different installers available for Windows, each with
3031certain benefits and downsides.
Original file line number Diff line number Diff line change @@ -3100,7 +3100,7 @@ class PythonBootstrapperApplication : public CBalBaseBootstrapperApplication {
31003100 } else {
31013101 BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Detected Windows Server 2003 or earlier" );
31023102 }
3103- BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Windows Server 2012 or later is required to continue installation" );
3103+ BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Windows Server 2016 or later is required to continue installation" );
31043104 } else {
31053105 if (IsWindows10OrGreater ()) {
31063106 BalLog (BOOTSTRAPPER_LOG_LEVEL_STANDARD, " Target OS is Windows 10 or later" );
@@ -3116,7 +3116,7 @@ class PythonBootstrapperApplication : public CBalBaseBootstrapperApplication {
31163116 } else {
31173117 BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Detected Windows XP or earlier" );
31183118 }
3119- BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Windows 8.1 or later is required to continue installation" );
3119+ BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Windows 10 or later is required to continue installation" );
31203120 }
31213121
31223122 LocGetString (_wixLoc, L" #(loc.FailureOldOS)" , &pLocString);
Original file line number Diff line number Diff line change 5151 "test_pdb.msi" ,
5252 "tools.msi" ,
5353 "ucrt.msi" ,
54- "Windows6.0-KB2999226-x64.msu" ,
55- "Windows6.0-KB2999226-x86.msu" ,
56- "Windows6.1-KB2999226-x64.msu" ,
57- "Windows6.1-KB2999226-x86.msu" ,
58- "Windows8.1-KB2999226-x64.msu" ,
59- "Windows8.1-KB2999226-x86.msu" ,
60- "Windows8-RT-KB2999226-x64.msu" ,
61- "Windows8-RT-KB2999226-x86.msu" ,
6254]
6355PATHS = [
6456 "python-{}.exe" .format (m .group (0 )),
You can’t perform that action at this time.
0 commit comments