aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-03-07 09:35:29 +0000
committerNikhil Raj <nikhil.raj@arm.com>2023-03-14 13:15:45 +0000
commita088cd00b3cce672d26cdcb4965fc2a86b48f339 (patch)
treed7e1d4ac7016e9ff66cab631afb92248df2488a5 /python
parent2eecc09fa425ee67ffd8d425f0d3bd8e3e5d5394 (diff)
downloadarmnn-a088cd00b3cce672d26cdcb4965fc2a86b48f339.tar.gz
IVGCVSW-7473 Update python version to 3.8 to build pyarmnn in Ubuntu 20.04
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ied41eda5c1979d9a2dae192b437fbeb688a0fd13
Diffstat (limited to 'python')
-rw-r--r--python/pyarmnn/tox.ini10
1 files changed, 5 insertions, 5 deletions
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