[all-commits] [llvm/llvm-project] 937421: Replace distutils.version with packaging.version s...
dyung via All-commits
all-commits at lists.llvm.org
Mon Jul 22 11:28:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9374216d4b2c408a4537bdb6af05f1bc1e5e562b
https://github.com/llvm/llvm-project/commit/9374216d4b2c408a4537bdb6af05f1bc1e5e562b
Author: dyung <douglas.yung at sony.com>
Date: 2024-07-22 (Mon, 22 Jul 2024)
Changed paths:
M cross-project-tests/lit.cfg.py
Log Message:
-----------
Replace distutils.version with packaging.version since the former was deprecated in python 3.10 and removed in 3.12. (#99852)
Attempt to reland #99549, but using packaging.version instead of
looseversion, based on the usage used for LLDB in #93712.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list