Skip to content

Commit ecbbb87

Browse files
committed
tox: newer mypyc works with Python 3.13
1 parent fa6fd65 commit ecbbb87

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
py3{9,10,11,12,13}-lint,
44
py3{9,10,11,12,13}-unit,
55
py3{9,10,11,12,13}-mypy,
6-
py3{9,10,11,12}-memleak,
6+
py3{9,10,11,12,13}-memleak,
77
lintreadme,
88
pydocstyle
99

@@ -26,7 +26,7 @@ description =
2626
py3{9,10,11,12,13}-unit: Run the unit tests
2727
py3{9,10,11,12,13}-lint: Lint the Python code and search for common security issues
2828
py3{9,10,11,12,13}-mypy: Check for type safety
29-
py3{9,10,11,12}-memleak: Simple test for memory leaks with mypyc
29+
py3{9,10,11,12,13}-memleak: Simple test for memory leaks with mypyc
3030
pydocstyle: docstring style checker
3131
lintreadme: Lint the README.rst->.md conversion
3232

@@ -49,8 +49,7 @@ commands =
4949
py3{9,10,11,12,13}-unit: python -m pip install -U pip setuptools wheel
5050
py3{9,10,11,12,13}-unit: make --always-make coverage-report coverage.xml PYTEST_EXTRA="{posargs}"
5151
py3{9,10,11,12,13}-lint: make bandit flake8 format-check diff_pylint_report diff_pydocstyle_report
52-
py3{9,10,11,12,13}-mypy: make mypy
53-
py3{9,10,11,12}-mypy: make mypyc
52+
py3{9,10,11,12,13}-mypy: make mypy mypyc
5453
py3{9,10,11,12,13}-memleak: make mypyi
5554
py3{9,10,11,12,13}-memleak: python schema_salad/tests/memory-leak-check.py schema_salad/tests/test_real_cwl/ICGC-TCGA-PanCancer/complete/preprocess_vcf.cwl
5655

0 commit comments

Comments
 (0)