Skip to content

Commit 6b932cb

Browse files
authored
bpo-38704: Prevent installation on unsupported Windows versions (GH-17950)
1 parent 970efae commit 6b932cb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Prevent installation on unsupported Windows versions.

Tools/msi/bundle/Default.wxl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ Feel free to email <a href="mailto:[email protected]">python-list@pyt
121121
<String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
122122
<String Id="FailureRestartButton">&amp;Restart</String>
123123
<String Id="FailureExistingInstall">Unable to install [WixBundleName] due to an existing install. Use Programs and Features to modify, repair or remove [WixBundleName].</String>
124-
125124
<String Id="FailureOldOS">At least Windows 8.1 or Windows Server 2012 are required to install [WixBundleName]
126125

127126
Visit &lt;a href="https://www.python.org/"&gt;python.org&lt;/a&gt; to download an earlier version of Python.</String>

0 commit comments

Comments
 (0)