using python-3.10

This commit is contained in:
Maxim Devaev 2021-12-31 01:26:47 +03:00
parent 421f4a1f2e
commit 5b7780cf7c

View File

@ -3,7 +3,7 @@ envlist = cppcheck, flake8, pylint, mypy, vulture, htmlhint
skipsdist = true
[testenv]
basepython = python3.9
basepython = python3.10
changedir = /src
[testenv:cppcheck]