Skip to content

Commit 9d2757f

Browse files
committed
tox mypyc: run on Python 3.13
1 parent 94cd8ff commit 9d2757f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ commands =
6969
py3{9,10,11,12,13}-unit: make coverage-report coverage.xml PYTEST_EXTRA={posargs}
7070
py3{9,10,11,12,13}-bandit: bandit -r cwltool
7171
py3{9,10,11,12,13}-lint: make flake8 format-check codespell-check
72-
py3{9,10,11,12,13}-mypy: make mypy PYTEST_EXTRA={posargs}
73-
py3{9,10,11,12}-mypy: make mypyc PYTEST_EXTRA={posargs}
72+
py3{9,10,11,12,13}-mypy: make mypy mypyc PYTEST_EXTRA={posargs}
7473
py312-shellcheck: make shellcheck
7574
py312-pydocstyle: make diff_pydocstyle_report
7675
py312-lintreadme: twine check {distdir}/*

0 commit comments

Comments
 (0)