remove python38 from pyproject.toml (#1632)

This commit is contained in:
dni ⚡
2023-04-21 14:37:26 +02:00
committed by GitHub
parent be1d515307
commit 04471b8b5b
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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"