python bump

This commit is contained in:
Devaev Maxim 2020-12-03 07:06:43 +03:00
parent ee144473c1
commit c999f59ddd
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[mypy]
python_version = 3.8
python_version = 3.9
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.8
basepython = python3.9
changedir = /src
[testenv:cppcheck]