summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-08-10 23:47:58 (GMT)
committerGitHub <noreply@github.com>2022-08-10 23:47:58 (GMT)
commit73d8ffefe95791fa1f036b029cf51f907a89ee42 (patch)
tree2fe340e1089d8dbff06b9723eabd11b291d5d8db /Misc/NEWS.d
parent97e9cfa75a80b54a0630b7371f35e368a12749d1 (diff)
downloadcpython-73d8ffefe95791fa1f036b029cf51f907a89ee42.zip
cpython-73d8ffefe95791fa1f036b029cf51f907a89ee42.tar.gz
cpython-73d8ffefe95791fa1f036b029cf51f907a89ee42.tar.bz2
gh-95733: Allow installing Store package on older Windows versions (GH-95862)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Windows/2022-08-10-22-46-48.gh-issue-95733.2_urOp.rst2
1 files changed, 2 insertions, 0 deletions
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 0000000..9962092
--- /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.