From a088cd00b3cce672d26cdcb4965fc2a86b48f339 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 7 Mar 2023 09:35:29 +0000 Subject: IVGCVSW-7473 Update python version to 3.8 to build pyarmnn in Ubuntu 20.04 Signed-off-by: Nikhil Raj Change-Id: Ied41eda5c1979d9a2dae192b437fbeb688a0fd13 --- python/pyarmnn/tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python') diff --git a/python/pyarmnn/tox.ini b/python/pyarmnn/tox.ini index 652641ce67..f17db7d92f 100644 --- a/python/pyarmnn/tox.ini +++ b/python/pyarmnn/tox.ini @@ -1,6 +1,6 @@ [tox] skip_missing_interpreters=true -envlist = py36, py37 +envlist = py38 [testenv] deps = pytest==5.2.0 @@ -20,7 +20,7 @@ commands = [testenv:devenv] envdir = env -basepython = python3.6 +basepython = python3.8 usedevelop = True deps = {[testenv]deps} tox @@ -28,7 +28,7 @@ skip_install = True commands = python -c "import sys; print('Dev environment created: ' + sys.executable)" [testenv:gen] -basepython = python3.6 +basepython = python3.8 skip_install = True usedevelop = True passenv = @@ -40,7 +40,7 @@ commands = python setup.py build_ext --inplace [testenv:doc] -basepython = python3.6 +basepython = python3.8 deps = pdoc3==0.6.3 passenv = PYARMNN_DEV_VER @@ -48,7 +48,7 @@ commands = python ./scripts/generate_docs.py --html --output-dir docs pyarmnn --force --template-dir=./docs_conf [testenv:pylint] -basepython = python3.6 +basepython = python3.8 deps = pylint==2.3.1 numpy==1.17.2 recreate = False -- cgit v1.2.1