This commit is contained in:
Maxim Devaev 2025-01-13 17:15:55 +02:00
parent 8c31af2f03
commit acc8cecbe4

View File

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