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"},