JDevlieghere wrote: > Everything in this should be python 3.9. The docs say the minimum is 3.8 but > there's existing code in this suite that needs 3.9 so I think 3.9 is ok.
That shouldn't be the case. I believe for Swift we have at least one bot that still uses 3.8. If we want to bump the minimum version we should do that through an RFC like David did: https://discourse.llvm.org/t/rfc-lets-document-and-enforce-a-minimum-python-version-for-lldb/82731/20 https://github.com/llvm/llvm-project/pull/162172 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
