Skip to content

Commit

Permalink
Allow Python versions higher than 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
norpadon committed Oct 12, 2024
1 parent 1c33c85 commit fb7819a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
Expand Down

0 comments on commit fb7819a

Please sign in to comment.