Skip to content

Commit 96c61f4

Browse files
[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.
1 parent ca2d2a1 commit 96c61f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/mlgo-utils/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "mlgo"
77
description = "Tooling for ML in LLVM"
88
readme = "README.md"
9-
requires-python = ">=3.8,<3.11"
9+
requires-python = ">=3.8"
1010
dynamic = ["version"]
1111
license = {text = "Apache-2.0 WITH LLVM-exception"}
1212
classifiers = [

0 commit comments

Comments
 (0)