@@ -3,7 +3,7 @@ envlist =
33 py3{8,9,10,11,12,13}-lint,
44 py3{8,9,10,11,12,13}-unit,
55 py3{8,9,10,11,12,13}-bandit,
6- py3{8, 9,10,11,12,13}-mypy,
6+ py3{9,10,11,12,13}-mypy,
77 py312-lintreadme,
88 py312-pydocstyle
99
@@ -32,7 +32,7 @@ description =
3232 py3{8,9,10,11,12,13}-unit: Run the unit tests
3333 py3{8,9,10,11,12,13}-lint: Lint the Python code
3434 py3{8,9,10,11,12,13}-bandit: Search for common security issues
35- py3{8, 9,10,11,12,13}-mypy: Check for type safety
35+ py3{9,10,11,12,13}-mypy: Check for type safety
3636 py312-pydocstyle: docstring style checker
3737 py312-lintreadme: Lint the README.rst->.md conversion
3838
4646 py3{8,9,10,11,12,13}-lint: flake8-bugbear
4747 py3{8,9,10,11,12,13}-lint: black~=23.1
4848 py3{8,9,10,11,12,13}-bandit: bandit
49- py3{8, 9,10,11,12,13}-mypy: -rmypy-requirements.txt
49+ py3{9,10,11,12,13}-mypy: -rmypy-requirements.txt
5050
5151set_env =
5252 py3{8,3,10,11,12,13}-unit: LC_ALL = C.UTF-8
@@ -61,7 +61,7 @@ commands =
6161 py3{8,9,10,11,12,13}-bandit: bandit --recursive cwltest
6262 py3{8,9,10,11,12,13}-lint: make flake8
6363 py3{8,9,10,11,12,13}-lint: make format-check
64- py3{8, 9,10,11,12,13}-mypy: make mypy
64+ py3{9,10,11,12,13}-mypy: make mypy
6565
6666allowlist_externals =
6767 py3{8,9,10,11,12,13}-lint: flake8
0 commit comments