summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-09-29 13:54:47 (GMT)
committerGitHub <noreply@github.com>2021-09-29 13:54:47 (GMT)
commit456d6d9fefac828c19fc1b562f6301f00965fe59 (patch)
tree0d3a5478c4a404e53780a0fab36e066c85cdd5dd /Misc/NEWS.d/next
parent8344fef7dc2cf0ef8a33449df9c165247fb37a3a (diff)
downloadcpython-456d6d9fefac828c19fc1b562f6301f00965fe59.zip
cpython-456d6d9fefac828c19fc1b562f6301f00965fe59.tar.gz
cpython-456d6d9fefac828c19fc1b562f6301f00965fe59.tar.bz2
bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when building (GH-28393) (GH-28622)
(cherry picked from commit f4b94b1f57827083990272b5f282aa1493ae2bf4) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Build/2021-09-16-18-00-43.bpo-45220.TgbkvW.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-09-16-18-00-43.bpo-45220.TgbkvW.rst b/Misc/NEWS.d/next/Build/2021-09-16-18-00-43.bpo-45220.TgbkvW.rst
new file mode 100644
index 0000000..8bbd634
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2021-09-16-18-00-43.bpo-45220.TgbkvW.rst
@@ -0,0 +1,3 @@
+Avoid building with the Windows 11 SDK previews automatically. This may be
+overridden by setting the ``DefaultWindowsSDKVersion`` environment variable
+before building.