summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
diff options
context:
space:
mode:
authorJonathan Protzenko <protz@microsoft.com>2024-08-04 23:22:51 (GMT)
committerGitHub <noreply@github.com>2024-08-04 23:22:51 (GMT)
commitd0b92dd5ca46a10558857adeb7bb48ecf39fa783 (patch)
tree8e2dabf26b3329e41b16c2412b0ad0c2fd8ab816 /Misc/NEWS.d/next/Windows
parent3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894 (diff)
downloadcpython-d0b92dd5ca46a10558857adeb7bb48ecf39fa783.zip
cpython-d0b92dd5ca46a10558857adeb7bb48ecf39fa783.tar.gz
cpython-d0b92dd5ca46a10558857adeb7bb48ecf39fa783.tar.bz2
gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574)
Match statements in tooling require a more recent Python. Tools/cases_generator/*.py (and `Tools/jit/*.py` in 3.13+). Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r--Misc/NEWS.d/next/Windows/2024-08-01-10-55-15.gh-issue-122573.4-UCFY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-08-01-10-55-15.gh-issue-122573.4-UCFY.rst b/Misc/NEWS.d/next/Windows/2024-08-01-10-55-15.gh-issue-122573.4-UCFY.rst
new file mode 100644
index 0000000..5cc69e2
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2024-08-01-10-55-15.gh-issue-122573.4-UCFY.rst
@@ -0,0 +1 @@
+The Windows build of CPython now requires 3.10 or newer.