Skip to content

Commit bd5dbd3

Browse files
committed
chore(tooling): remove deprecated min_version; stricter ver specs
- `min_version` is deprecated: https://tox.wiki/en/latest/config.html#min_version
1 parent baec4e9 commit bd5dbd3

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,7 +1,7 @@
11
[tox]
2-
min_version = 4.0
32
requires =
4-
tox-uv >=1.29
3+
tox>=4,<5
4+
tox-uv>=1.29,<2
55
envlist = py3,pypy3,json_infra,static,tests_pytest_py3,tests_pytest_pypy3
66

77
[testenv]

0 commit comments

Comments
 (0)