From 5b7780cf7c0069d08c0831138405343a229588d4 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 31 Dec 2021 01:26:47 +0300 Subject: [PATCH] using python-3.10 --- linters/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linters/tox.ini b/linters/tox.ini index 7a3d50d..d1e262c 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.9 +basepython = python3.10 changedir = /src [testenv:cppcheck]