[Lldb-commits] [lldb] [lldb] fix Python 3.9+ specific typing annotations (PR #156868)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 9 02:10:51 PDT 2025
DavidSpickett wrote:
> Python 3.8 is EOL since over a year, and python 3.9 will be EOL in a month. The better solution would be to not keep using python past its upstream lifecycle of 5 years, which should be plenty for tip-of-tree.
I don't have the time to propose an update myself right now but yes this would help.
Last time we updated was 1-2 years ago (https://discourse.llvm.org/t/rfc-upgrading-llvms-minimum-required-python-version/67571). We probably couldn't use the very latest due to various distro timings and so chose something fairly close to EOL even at the time.
https://github.com/llvm/llvm-project/pull/156868
More information about the lldb-commits
mailing list