[all-commits] [llvm/llvm-project] 96c61f: [MLGO] Drop Python version cap for mlgo-utils
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Jul 8 13:53:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96c61f4304ae323e1abc2dc2cbdd4df0502520ae
https://github.com/llvm/llvm-project/commit/96c61f4304ae323e1abc2dc2cbdd4df0502520ae
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M llvm/utils/mlgo-utils/pyproject.toml
Log Message:
-----------
[MLGO] Drop Python version cap for mlgo-utils
This patch drops the python version cap for mlgo-utils. I have validated
that everything works as expected in Python 3.12, and we have no
dependencies when the library is used, so we should be fairly resiliant
against changes in Python.
Commit: 5c71f3017aaa28701c735bb5f3b48111e69d0cc1
https://github.com/llvm/llvm-project/commit/5c71f3017aaa28701c735bb5f3b48111e69d0cc1
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M llvm/utils/mlgo-utils/README.md
Log Message:
-----------
[MLGO] Drop outdated comment in mlgo-utils README
The mlgo-utils README contained a comment about a deviation in the
python version requirement for itself and the rest of the project. Now
that the global LLVM minimum python version is 3.8, this comment is no
longer valid so remove it.
Compare: https://github.com/llvm/llvm-project/compare/ca2d2a123cef...5c71f3017aaa
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