mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-29 16:51:30 +00:00
poetry: min supported python version is 3.5
This commit is contained in:
parent
3bf30cbc27
commit
1e58c86a9a
@ -6,7 +6,7 @@ authors = ["SatoshiLabs <info@satoshilabs.com>"]
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
# all
|
# all
|
||||||
python = "^3.6"
|
python = "^3.5"
|
||||||
trezor = {path = "./python"}
|
trezor = {path = "./python"}
|
||||||
scons = "*"
|
scons = "*"
|
||||||
protobuf = "*"
|
protobuf = "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user