From d87805e4c3af2a06181646f5918408b237d4f3a6 Mon Sep 17 00:00:00 2001 From: Albert Alonso Date: Fri, 28 Jun 2024 19:53:49 +0200 Subject: [PATCH] add python3.12 support by removing upper limit (#16) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c82599c..da727bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" packages = [{ include = "simple_pytree" }] [tool.poetry.dependencies] -python = ">=3.8,<3.12" +python = ">=3.8" jax = "*" jaxlib = "*" typing-extensions = "*"