Skip to content

Commit 249044c

Browse files
committed
Run 3.12 under coverage instead of 3.11
1 parent c365b3e commit 249044c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
3333
extras = 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
4747
depends = py3{7,10,11}
4848
skip_install = true
4949
deps = coverage[toml]>=5.3

0 commit comments

Comments
 (0)