summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-11-02 17:05:42 (GMT)
committerGitHub <noreply@github.com>2022-11-02 17:05:42 (GMT)
commitf7241aaf6f22fdd4710f8d3ef1d594f9725b3b90 (patch)
tree85a063bb7efdd18631b961c4efbd97732f736723 /Misc
parent780757ac586d7275db5ee1f229fb2f3d2268d14e (diff)
downloadcpython-f7241aaf6f22fdd4710f8d3ef1d594f9725b3b90.zip
cpython-f7241aaf6f22fdd4710f8d3ef1d594f9725b3b90.tar.gz
cpython-f7241aaf6f22fdd4710f8d3ef1d594f9725b3b90.tar.bz2
gh-98989: configure: add 3.11 to list of Pythons (#98988)
Closes #98989 Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2022-11-01-21-45-58.gh-issue-98989.tMxbdB.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-11-01-21-45-58.gh-issue-98989.tMxbdB.rst b/Misc/NEWS.d/next/Build/2022-11-01-21-45-58.gh-issue-98989.tMxbdB.rst
new file mode 100644
index 0000000..6e22ac1
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2022-11-01-21-45-58.gh-issue-98989.tMxbdB.rst
@@ -0,0 +1 @@
+Use ``python3.11``, if available, for regeneration and freezing.