Use 3.13 in dev
This commit is contained in:
parent
48960ab755
commit
ced64d8a26
@ -1 +1 @@
|
|||||||
3.12
|
3.13
|
||||||
|
|||||||
6
tox.ini
6
tox.ini
@ -27,7 +27,7 @@ commands =
|
|||||||
mypy: mypy tests/typing
|
mypy: mypy tests/typing
|
||||||
|
|
||||||
|
|
||||||
[testenv:py3{7,11}-tests]
|
[testenv:py3{7,13}-tests]
|
||||||
description = Run tests and measure coverage.
|
description = Run tests and measure coverage.
|
||||||
deps =
|
deps =
|
||||||
coverage[toml]
|
coverage[toml]
|
||||||
@ -40,7 +40,7 @@ commands =
|
|||||||
[testenv:coverage-report]
|
[testenv:coverage-report]
|
||||||
description = Report coverage over all test runs.
|
description = Report coverage over all test runs.
|
||||||
skip_install = true
|
skip_install = true
|
||||||
depends = py3{7,11}
|
depends = py3{7,13}-tests
|
||||||
deps = coverage[toml]
|
deps = coverage[toml]
|
||||||
parallel_show_output = true
|
parallel_show_output = true
|
||||||
commands =
|
commands =
|
||||||
@ -65,7 +65,7 @@ install_command = pip install {opts} --no-deps {packages}
|
|||||||
[testenv:pre-commit]
|
[testenv:pre-commit]
|
||||||
description = Run all pre-commit hooks.
|
description = Run all pre-commit hooks.
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps = pre-commit
|
deps = pre-commit-uv
|
||||||
commands = pre-commit run --all-files
|
commands = pre-commit run --all-files
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user