Skip to content

Commit d87805e

Browse files
authored
add python3.12 support by removing upper limit (#16)
1 parent 8d9fc80 commit d87805e

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
@@ -8,7 +8,7 @@ readme = "README.md"
88
packages = [{ include = "simple_pytree" }]
99

1010
[tool.poetry.dependencies]
11-
python = ">=3.8,<3.12"
11+
python = ">=3.8"
1212
jax = "*"
1313
jaxlib = "*"
1414
typing-extensions = "*"

0 commit comments

Comments
 (0)