File tree 3 files changed +5
-12
lines changed
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.
23
23
24
24
As specified in :pep: `11 `, a Python release only supports a Windows platform
25
25
while 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.
28
29
29
30
There are a number of different installers available for Windows, each with
30
31
certain benefits and downsides.
Original file line number Diff line number Diff line change @@ -3100,7 +3100,7 @@ class PythonBootstrapperApplication : public CBalBaseBootstrapperApplication {
3100
3100
} else {
3101
3101
BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Detected Windows Server 2003 or earlier" );
3102
3102
}
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" );
3104
3104
} else {
3105
3105
if (IsWindows10OrGreater ()) {
3106
3106
BalLog (BOOTSTRAPPER_LOG_LEVEL_STANDARD, " Target OS is Windows 10 or later" );
@@ -3116,7 +3116,7 @@ class PythonBootstrapperApplication : public CBalBaseBootstrapperApplication {
3116
3116
} else {
3117
3117
BalLog (BOOTSTRAPPER_LOG_LEVEL_ERROR, " Detected Windows XP or earlier" );
3118
3118
}
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" );
3120
3120
}
3121
3121
3122
3122
LocGetString (_wixLoc, L" #(loc.FailureOldOS)" , &pLocString);
Original file line number Diff line number Diff line change 51
51
"test_pdb.msi" ,
52
52
"tools.msi" ,
53
53
"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" ,
62
54
]
63
55
PATHS = [
64
56
"python-{}.exe" .format (m .group (0 )),
You can’t perform that action at this time.
0 commit comments