Skip to content

Commit 7ae871b

Browse files
fix: Require Tox 4.32+ (#476)
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent e8dd88d commit 7ae871b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ testpaths = [ "tests" ]
132132
xfail_strict = true
133133

134134
[tool.tox]
135-
min_version = "4.22"
135+
min_version = "4.32"
136136
requires = [
137-
"tox>=4.22",
137+
"tox>=4.32",
138138
"tox-uv",
139139
]
140140
env_list = [

0 commit comments

Comments
 (0)