@@ -8,6 +8,7 @@ envlist =
88 py37-pytest{4.6, 5.0, 5.x, 6.0, 6.x}-mypy{0.50, 0.5x, 0.60, 0.6x, 0.70, 0.7x, 0.80, 0.8x, 0.90, 0.9x}
99 py38-pytest{4.6, 5.0, 5.x, 6.0, 6.x}-mypy{0.71, 0.7x, 0.80, 0.8x, 0.90, 0.9x}
1010 py39-pytest{4.6, 5.0, 5.x, 6.0, 6.x}-mypy{0.78, 0.7x, 0.80, 0.8x, 0.90, 0.9x}
11+ py310-pytest{6.2, 6.x}-mypy{0.78, 0.7x, 0.80, 0.8x, 0.90, 0.9x}
1112 publish
1213 static
1314
@@ -18,13 +19,15 @@ python =
1819 3.7: py37-pytest{4.6, 5.0, 5.x, 6.0, 6.x}-mypy{0.50, 0.5x, 0.60, 0.6x, 0.70, 0.7x, 0.80, 0.8x, 0.90, 0.9x}
1920 3.8: py38-pytest{4.6, 5.0, 5.x, 6.0, 6.x}-mypy{0.71, 0.7x, 0.80, 0.8x, 0.90, 0.9x}, publish, static
2021 3.9: py39-pytest{4.6, 5.0, 5.x, 6.0, 6.x}-mypy{0.78, 0.7x, 0.80, 0.8x, 0.90, 0.9x}
22+ 3.10: py310-pytest{6.2, 6.x}-mypy{0.78, 0.7x, 0.80, 0.8x, 0.90, 0.9x}
2123
2224[testenv]
2325deps =
2426 pytest4.6: pytest ~= 4.6.0
2527 pytest5.0: pytest ~= 5.0.0
2628 pytest5.x: pytest ~= 5.0
2729 pytest6.0: pytest ~= 6.0.0
30+ pytest6.2: pytest ~= 6.2.0
2831 pytest6.x: pytest ~= 6.0
2932 mypy0.50: mypy >= 0.500, < 0.510
3033 mypy0.51: mypy >= 0.510, < 0.520
0 commit comments