diff options
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | 2021-04-26 19:11:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 19:11:43 (GMT) |
commit | 425434dadc30d96dc1c0c628f954f9b6f5edd2c9 (patch) | |
tree | fd48aff5de9fc1409ae207868bf10554d412f674 /Misc/NEWS.d/next/Windows/2021-04-20-23-07-22.bpo-40432.9OFpoq.rst | |
parent | 8a307e488d596914a7a5df6b2fdd945f8ce81e69 (diff) | |
download | cpython-425434dadc30d96dc1c0c628f954f9b6f5edd2c9.zip cpython-425434dadc30d96dc1c0c628f954f9b6f5edd2c9.tar.gz cpython-425434dadc30d96dc1c0c628f954f9b6f5edd2c9.tar.bz2 |
bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)
Diffstat (limited to 'Misc/NEWS.d/next/Windows/2021-04-20-23-07-22.bpo-40432.9OFpoq.rst')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2021-04-20-23-07-22.bpo-40432.9OFpoq.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2021-04-20-23-07-22.bpo-40432.9OFpoq.rst b/Misc/NEWS.d/next/Windows/2021-04-20-23-07-22.bpo-40432.9OFpoq.rst new file mode 100644 index 0000000..6f8ce00 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2021-04-20-23-07-22.bpo-40432.9OFpoq.rst @@ -0,0 +1,3 @@ +Updated pegen regeneration script on Windows to find and use Python 3.8 or +higher. Prior to this, pegen regeneration already required 3.8 or higher, +but the script may have used lower versions of Python. |