Skip to content

Commit

Permalink
tox mypyc: run on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Feb 20, 2025
1 parent 94cd8ff commit 9d2757f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ commands =
py3{9,10,11,12,13}-unit: make coverage-report coverage.xml PYTEST_EXTRA={posargs}
py3{9,10,11,12,13}-bandit: bandit -r cwltool
py3{9,10,11,12,13}-lint: make flake8 format-check codespell-check
py3{9,10,11,12,13}-mypy: make mypy PYTEST_EXTRA={posargs}
py3{9,10,11,12}-mypy: make mypyc PYTEST_EXTRA={posargs}
py3{9,10,11,12,13}-mypy: make mypy mypyc PYTEST_EXTRA={posargs}
py312-shellcheck: make shellcheck
py312-pydocstyle: make diff_pydocstyle_report
py312-lintreadme: twine check {distdir}/*
Expand Down

0 comments on commit 9d2757f

Please # to comment.