# HG changeset patch # User Matt Harbison # Date 2022-04-28 15:20:17 # Node ID df3e9d98951b0f5da9eea74fa0f20b6ab46b0459 # Parent 06107198f95b3cb1c7b6c40461fca103efa5bd40 wix: bump the minimum Windows required to 8.1 PyOxidizer binaries are built with py 3.9.6, so not even Windows 7 is supported. Unfortunately, there don't appear to be more recent values for newer versions of Windows, but at least Windows 8.1 is still in extended support for another 9 months or so. Differential Revision: https://phab.mercurial-scm.org/D12596 diff --git a/contrib/packaging/wix/mercurial.wxs b/contrib/packaging/wix/mercurial.wxs --- a/contrib/packaging/wix/mercurial.wxs +++ b/contrib/packaging/wix/mercurial.wxs @@ -33,8 +33,8 @@ CompressionLevel='high' /> - - VersionNT >= 501 + + VersionNT >= 603