Use 3.13 in dev

This commit is contained in:
Hynek Schlawack 2024-10-12 15:01:27 +02:00
parent 48960ab755
commit ced64d8a26
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
3.12
3.13

View File

@ -27,7 +27,7 @@ commands =
mypy: mypy tests/typing
[testenv:py3{7,11}-tests]
[testenv:py3{7,13}-tests]
description = Run tests and measure coverage.
deps =
coverage[toml]
@ -40,7 +40,7 @@ commands =
[testenv:coverage-report]
description = Report coverage over all test runs.
skip_install = true
depends = py3{7,11}
depends = py3{7,13}-tests
deps = coverage[toml]
parallel_show_output = true
commands =
@ -65,7 +65,7 @@ install_command = pip install {opts} --no-deps {packages}
[testenv:pre-commit]
description = Run all pre-commit hooks.
skip_install = true
deps = pre-commit
deps = pre-commit-uv
commands = pre-commit run --all-files