From 1e58c86a9af9b891abe13fad7866f5852786941f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 9 Aug 2020 11:18:25 +0200 Subject: [PATCH] poetry: min supported python version is 3.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fd58e25a..55c276f3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["SatoshiLabs "] [tool.poetry.dependencies] # all -python = "^3.6" +python = "^3.5" trezor = {path = "./python"} scons = "*" protobuf = "*"