Skip to content

Commit c7e3eb1

Browse files
committed
fix python version lower bound
1 parent e17bebb commit c7e3eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.12",
1818
]
1919

20-
requires-python = ">3.10,<3.13"
20+
requires-python = ">=3.11,<3.13"
2121
dependencies = [
2222
"torch",
2323
"hdxrate",

0 commit comments

Comments
 (0)