Skip to content

Commit 99fdb27

Browse files
committed
fix: do less than py 11
1 parent 7e9af42 commit 99fdb27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [
99
]
1010

1111
[tool.poetry.dependencies]
12-
python = ">=3.8,<=3.10"
12+
python = ">=3.8,<3.11"
1313
safe-eth-py = "4.3.2"
1414
brownie_safe = ">=0.8.0"
1515
tenacity = ">=8.0.1"

0 commit comments

Comments
 (0)