diff --git a/linters/tox.ini b/linters/tox.ini index c4b73c1..4015e40 100644 --- a/linters/tox.ini +++ b/linters/tox.ini @@ -3,7 +3,7 @@ envlist = cppcheck, flake8, pylint, mypy, vulture, htmlhint skipsdist = true [testenv] -basepython = python3.12 +basepython = python3.13 changedir = /src [testenv:cppcheck]