bumped python

This commit is contained in:
Maxim Devaev
2026-01-16 23:29:54 +02:00
parent 26ee5143ee
commit 6c1a8f75a1
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[mypy]
python_version = 3.9
python_version = 3.14
ignore_missing_imports = true
disallow_untyped_defs = true
strict_optional = true

View File

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