From: Zackery Spytz Date: Tue, 17 May 2022 22:24:17 +0000 (-0700) Subject: bpo-38704: Prevent installation on unsupported Windows versions (GH-17950) X-Git-Tag: v3.12.0a1~1518 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b932cb13376b026d316d4f94679e66974d837d8;p=thirdparty%2FPython%2Fcpython.git bpo-38704: Prevent installation on unsupported Windows versions (GH-17950) --- diff --git a/Misc/NEWS.d/next/Windows/2020-01-10-23-33-03.bpo-38704.2Idtdn.rst b/Misc/NEWS.d/next/Windows/2020-01-10-23-33-03.bpo-38704.2Idtdn.rst new file mode 100644 index 000000000000..519338f27a47 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2020-01-10-23-33-03.bpo-38704.2Idtdn.rst @@ -0,0 +1 @@ +Prevent installation on unsupported Windows versions. diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl index 2eddd1f749ec..8b2633fe89f7 100644 --- a/Tools/msi/bundle/Default.wxl +++ b/Tools/msi/bundle/Default.wxl @@ -121,7 +121,6 @@ Feel free to email <a href="mailto:python-list@python.org">python-list@pyt You must restart your computer to complete the rollback of the software. &Restart Unable to install [WixBundleName] due to an existing install. Use Programs and Features to modify, repair or remove [WixBundleName]. - At least Windows 8.1 or Windows Server 2012 are required to install [WixBundleName] Visit <a href="https://www.python.org/">python.org</a> to download an earlier version of Python.