From fb7819a7e58bf673ca15569a6c4cb0791057e3d2 Mon Sep 17 00:00:00 2001 From: Artur Chakhvadze Date: Sat, 12 Oct 2024 15:36:01 +0400 Subject: [PATCH] Allow Python versions higher than 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db23c4cd..12155a35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "equinox" version = "0.11.7" description = "Elegant easy-to-use neural networks in JAX." readme = "README.md" -requires-python ="~=3.9" +requires-python =">=3.9" license = {file = "LICENSE"} authors = [ {name = "Patrick Kidger", email = "contact@kidger.site"},