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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

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"