Skip to content

Commit 2362dd9

Browse files
authored
Allow arbitrary python 3.12 versions
1 parent 0b535f4 commit 2362dd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description = "LeanDojo: Machine Learning for Theorem Proving in Lean"
2020
keywords = ["theorem proving", "machine learning", "Lean"]
2121
readme = "README.md"
2222
license = { file = "LICENSE" }
23-
requires-python = ">=3.9,<=3.12" # https://docs.ray.io/en/latest/ray-overview/installation.html#daily-releases-nightlies
23+
requires-python = ">=3.9,<3.13" # https://docs.ray.io/en/latest/ray-overview/installation.html#daily-releases-nightlies
2424
classifiers = [
2525
"Programming Language :: Python :: 3",
2626
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)