File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 3.12
1
+ 3.13
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ commands =
26
26
mypy: mypy tests/typing_example.py
27
27
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
28
28
29
- [testenv:py3{8,10,12 }-tests]
29
+ [testenv:py3{8,10,13 }-tests]
30
30
extras = cov
31
31
# Python 3.6+ has a number of compile-time warnings on invalid string escapes.
32
32
# PYTHONWARNINGS=d makes them visible during the tox run.
@@ -39,9 +39,9 @@ commands = coverage run -m pytest {posargs:-n auto --dist loadfile}
39
39
40
40
[testenv:coverage-report]
41
41
# Keep base_python in-sync with .python-version-default
42
- base_python = py312
42
+ base_python = py313
43
43
# Keep depends in-sync with testenv above that has cov extra.
44
- depends = py3{8,10,12}
44
+ depends = py3{8,10,13}-tests
45
45
skip_install = true
46
46
deps = coverage[toml]>=5.3
47
47
commands =
@@ -97,7 +97,7 @@ commands = cog -rP README.md docs/index.md
97
97
98
98
[testenv:pre-commit]
99
99
skip_install = true
100
- deps = pre-commit
100
+ deps = pre-commit-uv
101
101
commands = pre-commit run --all-files
102
102
103
103
You can’t perform that action at this time.
0 commit comments