From: Steve Dower Date: Wed, 10 Aug 2022 23:47:58 +0000 (+0100) Subject: gh-95733: Allow installing Store package on older Windows versions (GH-95862) X-Git-Tag: v3.12.0a1~682 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73d8ffefe95791fa1f036b029cf51f907a89ee42;p=thirdparty%2FPython%2Fcpython.git gh-95733: Allow installing Store package on older Windows versions (GH-95862) --- diff --git a/Misc/NEWS.d/next/Windows/2022-08-10-22-46-48.gh-issue-95733.2_urOp.rst b/Misc/NEWS.d/next/Windows/2022-08-10-22-46-48.gh-issue-95733.2_urOp.rst new file mode 100644 index 000000000000..996209211690 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-08-10-22-46-48.gh-issue-95733.2_urOp.rst @@ -0,0 +1,2 @@ +Make certain requirements of the Windows Store package optional to allow +installing on earlier updates of Windows. diff --git a/PC/layout/support/appxmanifest.py b/PC/layout/support/appxmanifest.py index 4850fad9b56d..1fb03380278f 100644 --- a/PC/layout/support/appxmanifest.py +++ b/PC/layout/support/appxmanifest.py @@ -86,7 +86,8 @@ APPXMANIFEST_NS = { } APPXMANIFEST_TEMPLATE = """ -