Skip to content

Commit

Permalink
pyproject: update Python version req. to >=3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Nov 11, 2024
1 parent c4ea3d0 commit 68ecb30
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 @@ -9,7 +9,7 @@ authors = [{name = "Steven Braun", email = "[email protected]"}]
description = "An efficient PyTorch implementation of EinsumNetworks."
readme = "README.md"
license = {file = "LICENSE.md"} # If you have a LICENSE file
requires-python = ">=3.9"
requires-python = ">=3.10"
urls = { GitHub = "https://github.com/braun-steven/simple-einet" }

dependencies = [
Expand Down

0 comments on commit 68ecb30

Please sign in to comment.