File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ commands =
27
27
mypy: mypy tests/typing_example.py
28
28
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
29
29
30
- [testenv:py3{8 ,10,13}-tests]
30
+ [testenv:py3{9 ,10,13}-tests]
31
31
dependency_groups = cov
32
32
# Python 3.6+ has a number of compile-time warnings on invalid string escapes.
33
33
# PYTHONWARNINGS=d makes them visible during the tox run.
@@ -41,7 +41,7 @@ commands = coverage run -m pytest {posargs}
41
41
# Keep base_python in-sync with .python-version-default
42
42
base_python = py313
43
43
# 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
45
45
skip_install = true
46
46
dependency_groups = cov
47
47
commands =
You can’t perform that action at this time.
0 commit comments