Skip to content

Commit

Permalink
Update max python version (#66)
Browse files Browse the repository at this point in the history
cyc60 authored Nov 18, 2022
1 parent fc667c9 commit e5edf1f
Showing 2 changed files with 83 additions and 704 deletions.
785 changes: 82 additions & 703 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ license = "AGPL-3.0-only"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.9"
python = ">=3.8,<3.11"
python-decouple = "==3.6"
web3 = "==5.28.0"
py-ecc = "==5.2.0"

0 comments on commit e5edf1f

Please sign in to comment.