Use Python 3.9 for running QA environments

This commit is contained in:
Aleksi Häkli 2020-12-16 18:00:00 +02:00
parent 974fdffc50
commit 9acf904568
No known key found for this signature in database
GPG key ID: DD4F689C5382F16A

View file

@ -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 =