Skip to content

Commit

Permalink
chore: update python version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed Aug 14, 2023
1 parent 3cf381d commit 1f4cc07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache 2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = "^3.8"
pydantic = "^1.10.2"
msgpack = "^1.0.4"
bech32 = "^1.2.0"
Expand Down

0 comments on commit 1f4cc07

Please sign in to comment.