@@ -7,7 +7,7 @@ env_list =
77 type
88 docs
99 path
10- {py312, py311, py310, py39, py38, pypy310, pypy39, pypy38}{, -min}
10+ {py313, py312, py311, py310, py39, py38, pypy310, pypy39, pypy38}{, -min}
1111skip_missing_interpreters = true
1212
1313[testenv]
@@ -54,7 +54,7 @@ commands =
5454
5555[testenv:docs]
5656description = build documentations
57- base_python = python3.10
57+ base_python = python3.12
5858extras =
5959 docs
6060commands =
@@ -69,7 +69,7 @@ set_env =
6969commands_pre =
7070 python -E -m pip uninstall -y build colorama
7171
72- [testenv:{py312, py311, py310, py39, py38, pypy38, pypy39, pypy310}-min]
72+ [testenv:{py313, py312, py311, py310, py39, py38, pypy38, pypy39, pypy310}-min]
7373description = check minimum versions required of all dependencies
7474skip_install = true
7575commands_pre =
@@ -105,7 +105,7 @@ commands =
105105 python -m diff_cover.diff_cover_tool --compare-branch {env:DIFF_AGAINST:origin/main} {toxworkdir}/coverage.xml
106106depends =
107107 path
108- {py312, py311, py310, py39, py38, pypy310, pypy39, pypy38}{, -min}
108+ {py313, py312, py311, py310, py39, py38, pypy310, pypy39, pypy38}{, -min}
109109
110110[testenv:bump]
111111description = bump versions, pass major/minor/patch
0 commit comments