Update CI to run non-platform checks on python-3.10

This commit is contained in:
2022-09-07 15:42:34 -04:00
parent e98aa73a8d
commit d5d400e0a6
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ commands =
[testenv:static]
description = Static formatting and quality enforcement
basepython = python3.8
basepython = python3.10
ignore_errors = true
locked_deps =
black
@@ -47,7 +47,7 @@ commands =
[testenv:static-tests]
description = Static formatting and quality enforcement for the tests
basepython = python3.8
basepython = python3.10
ignore_errors = true
locked_deps =
mypy
@@ -63,7 +63,7 @@ commands =
[testenv:security]
description = Security checks
basepython = python3.8
basepython = python3.10
skip_install = true
ignore_errors = true
locked_deps =