]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574)
authorJonathan Protzenko <protz@microsoft.com>
Sun, 4 Aug 2024 23:22:51 +0000 (16:22 -0700)
committerGitHub <noreply@github.com>
Sun, 4 Aug 2024 23:22:51 +0000 (23:22 +0000)
commitd0b92dd5ca46a10558857adeb7bb48ecf39fa783
tree8e2dabf26b3329e41b16c2412b0ad0c2fd8ab816
parent3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894
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>
Misc/NEWS.d/next/Windows/2024-08-01-10-55-15.gh-issue-122573.4-UCFY.rst [new file with mode: 0644]
PCbuild/find_python.bat