From e21ef1f49ddbe2301cb4b3c633c1ed0c9d628085 Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 13 May 2021 15:49:16 +0300 Subject: [PATCH] Change the required python version from 3.5 and higher to 3.7 and higher --- essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/essentials.sh b/essentials.sh index 77809721..e96aaa49 100644 --- a/essentials.sh +++ b/essentials.sh @@ -31,7 +31,7 @@ PIEMAN_MINOR_VER=19 PYTHON_MAJOR_VER=3 -PYTHON_MINOR_VER=5 +PYTHON_MINOR_VER=7 export UBOOT_VER="2019.01"