File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ commands =
2727 mypy: mypy tests/typing_example.py
2828 mypy: mypy src/attrs/__init__.pyi src/attr/__init__.pyi src/attr/_typing_compat.pyi src/attr/_version_info.pyi src/attr/converters.pyi src/attr/exceptions.pyi src/attr/filters.pyi src/attr/setters.pyi src/attr/validators.pyi
2929
30- [testenv:py3{8 ,10,13}-tests]
30+ [testenv:py3{9 ,10,13}-tests]
3131dependency_groups = cov
3232# Python 3.6+ has a number of compile-time warnings on invalid string escapes.
3333# PYTHONWARNINGS=d makes them visible during the tox run.
@@ -41,7 +41,7 @@ commands = coverage run -m pytest {posargs}
4141# Keep base_python in-sync with .python-version-default
4242base_python = py313
4343# Keep depends in-sync with testenv above that has the cov dependency group.
44- depends = py3{8 ,10,13}-tests
44+ depends = py3{9 ,10,13}-tests
4545skip_install = true
4646dependency_groups = cov
4747commands =
You can’t perform that action at this time.
0 commit comments