poetry: min supported python version is 3.5

pull/1180/head
Pavol Rusnak 4 years ago
parent 3bf30cbc27
commit 1e58c86a9a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -6,7 +6,7 @@ authors = ["SatoshiLabs <info@satoshilabs.com>"]
[tool.poetry.dependencies]
# all
python = "^3.6"
python = "^3.5"
trezor = {path = "./python"}
scons = "*"
protobuf = "*"

Loading…
Cancel
Save