Skip to content

Commit 3d507a8

Browse files
[llvm][Docs] Add new LLDB Python guidance to release notes (#122719)
As decided in https://discourse.llvm.org/t/rfc-lets-document-and-enforce-a-minimum-python-version-for-lldb/82731 and implemented by #114807.
1 parent f1632d2 commit 3d507a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/docs/ReleaseNotes.md

+4
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,10 @@ Changes to the LLVM tools
379379
Changes to LLDB
380380
---------------------------------
381381

382+
* It is now recommended that LLDB be built with Python >= 3.8, but no changes
383+
have been made to the supported Python versions. The next release, LLDB 21,
384+
will require Python >= 3.8.
385+
382386
* LLDB now supports inline diagnostics for the expression evaluator and command line parser.
383387

384388
Old:

0 commit comments

Comments
 (0)