We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b535f4 commit 2362dd9Copy full SHA for 2362dd9
1 file changed
pyproject.toml
@@ -20,7 +20,7 @@ description = "LeanDojo: Machine Learning for Theorem Proving in Lean"
20
keywords = ["theorem proving", "machine learning", "Lean"]
21
readme = "README.md"
22
license = { file = "LICENSE" }
23
-requires-python = ">=3.9,<=3.12" # https://docs.ray.io/en/latest/ray-overview/installation.html#daily-releases-nightlies
+requires-python = ">=3.9,<3.13" # https://docs.ray.io/en/latest/ray-overview/installation.html#daily-releases-nightlies
24
classifiers = [
25
"Programming Language :: Python :: 3",
26
"License :: OSI Approved :: MIT License",
0 commit comments