From f0359dd79633d1d72a56c8227bef6d628b8ea616 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 23 May 2024 17:16:16 +0300 Subject: [PATCH] lint fix --- linters/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linters/tox.ini b/linters/tox.ini index 77653ca..0e84b3b 100644 --- a/linters/tox.ini +++ b/linters/tox.ini @@ -3,7 +3,7 @@ envlist = cppcheck skipsdist = true [testenv] -basepython = python3.11 +basepython = python3.12 changedir = /src [testenv:cppcheck]