@@ -7,7 +7,7 @@ env_list =
7
7
type
8
8
docs
9
9
path
10
- {py312, py311, py310, py39, py38, pypy310, pypy39, pypy38}{, -min}
10
+ {py313, py312, py311, py310, py39, py38, pypy310, pypy39, pypy38}{, -min}
11
11
skip_missing_interpreters = true
12
12
13
13
[testenv]
@@ -54,7 +54,7 @@ commands =
54
54
55
55
[testenv:docs]
56
56
description = build documentations
57
- base_python = python3.10
57
+ base_python = python3.12
58
58
extras =
59
59
docs
60
60
commands =
@@ -69,7 +69,7 @@ set_env =
69
69
commands_pre =
70
70
python -E -m pip uninstall -y build colorama
71
71
72
- [testenv:{py312, py311, py310, py39, py38, pypy38, pypy39, pypy310}-min]
72
+ [testenv:{py313, py312, py311, py310, py39, py38, pypy38, pypy39, pypy310}-min]
73
73
description = check minimum versions required of all dependencies
74
74
skip_install = true
75
75
commands_pre =
@@ -105,7 +105,7 @@ commands =
105
105
python -m diff_cover.diff_cover_tool --compare-branch {env:DIFF_AGAINST:origin/main} {toxworkdir}/coverage.xml
106
106
depends =
107
107
path
108
- {py312, py311, py310, py39, py38, pypy310, pypy39, pypy38}{, -min}
108
+ {py313, py312, py311, py310, py39, py38, pypy310, pypy39, pypy38}{, -min}
109
109
110
110
[testenv:bump]
111
111
description = bump versions, pass major/minor/patch
0 commit comments