File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ commands =
2929 mypy: mypy tests/typing_example.py
3030 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
3131
32- [testenv:py3{7,10,11 }-tests]
32+ [testenv:py3{7,10,12 }-tests]
3333extras = cov
3434# Python 3.6+ has a number of compile-time warnings on invalid string escapes.
3535# PYTHONWARNINGS=d and --no-compile below make them visible during the tox run.
@@ -43,7 +43,7 @@ commands = coverage run -m pytest {posargs:-n auto}
4343
4444[testenv:coverage-report]
4545# Keep base_python in-sync with .python-version-default
46- base_python = py311
46+ base_python = py312
4747depends = py3{7,10,11}
4848skip_install = true
4949deps = coverage[toml]>=5.3
You can’t perform that action at this time.
0 commit comments