[Lldb-commits] [lldb] [llvm] [lldb][windows] recommend building with Python 3.11 (PR #191159)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 9 09:32:27 PDT 2026
charles-zablit wrote:
> The risk of impact seems small but not zero. I don't have a good opinion on that. The alternative is to make 3.11 recommended for 23 and required for 24 but you've got to wait 6 months to do that.
Just to make sure I understand the concern:
Someone might want to build the 23 release on Windows with Python 3.10 but that will fail because we no longer support it?
Or are you concern that a buildbot might break?
> Or, just to make this more confusing. Hard requirement with an option to bypass it. And we remove that option in 24.
If we want to go with the "recommended version" approach, I think it's better to make it a warning, just to avoid the temporary complexity.
https://github.com/llvm/llvm-project/pull/191159
More information about the lldb-commits
mailing list