remove python38 from pyproject.toml (#1632)
This commit is contained in:
parent
be1d515307
commit
04471b8b5b
2 changed files with 6 additions and 6 deletions
|
|
@ -9,7 +9,7 @@ generate-setup-file = false
|
|||
script = "tools/build.py"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10 | ^3.9 | ^3.8.1"
|
||||
python = "^3.10 | ^3.9"
|
||||
bech32 = "1.2.0"
|
||||
bitstring = "3.1.9"
|
||||
click = "8.0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue