From 9acf904568c9cf973bbd2e358a04fec693c7acea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Wed, 16 Dec 2020 18:00:00 +0200 Subject: [PATCH] Use Python 3.9 for running QA environments --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 63574d4..fcd87eb 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ setenv = ignore_errors = true ignore_outcome = true -[testenv:py38-qa] +[testenv:py39-qa] basepython = python3.8 deps = -r requirements-qa.txt commands =