Skip to content

Commit

Permalink
chore: support python 3.10+ (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Oct 8, 2024
1 parent d3d592c commit bd16ed0
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 @@ -11,7 +11,7 @@ authors = [
]
license = { text = "Apache 2.0" }
readme = "README.md"
requires-python = ">=3.11,<4"
requires-python = ">=3.10,<4"

dependencies = [
"eth-ape>=0.8,<1",
Expand Down

0 comments on commit bd16ed0

Please sign in to comment.