Skip to content

Commit b7fce31

Browse files
committed
tox: use version ranges
1 parent b57405e commit b7fce31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
2-
min_version = 4
2+
min_version = 4.25
33
env_list =
44
pre-commit,
5-
py3{9,10,11,12,13,14}-{tests,mypy}
5+
py3{9-14}-{tests,mypy}
66
py3{9,13}-tests-{colorama,be,rich},
77
typing-{mypy,pyright,ty,pyrefly},
88
docs-{sponsors,build,doctests},

0 commit comments

Comments
 (0)