From 522a4c92437659750678f3973769893920788ca2 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 29 Sep 2022 11:18:10 +0100 Subject: IVGCVSW-7122 Remove support for py35 in pyarmnn/tox.ini * As part of testing IVGCVSW-7122, pyarmnn tests were failing as py35 is no more the default version in Odroids. Also we do mention Python 3.6+ as the supported version in pyarmnn/README.md Signed-off-by: Nikhil Raj Change-Id: I39407ba8689fbb064c32841d16d66c5080acbc10 --- python/pyarmnn/tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python/pyarmnn/tox.ini b/python/pyarmnn/tox.ini index 3ba47c1377..652641ce67 100644 --- a/python/pyarmnn/tox.ini +++ b/python/pyarmnn/tox.ini @@ -1,9 +1,6 @@ [tox] skip_missing_interpreters=true -envlist = - py35 - py36 - py37 +envlist = py36, py37 [testenv] deps = pytest==5.2.0 -- cgit v1.2.1