Skip to content

Commit 910053d

Browse files
committed
fix: minversions environment
1 parent c44fde9 commit 910053d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ commands = [
142142
]
143143

144144
[tool.tox.env.minversions]
145-
runner = "uv-venv-lock-runner"
145+
base_python = ["python3.10"]
146+
runner = "uv-venv-runner"
146147
uv_resolution = "lowest-direct"
147148

148149
[tool.tox.env.doc]

0 commit comments

Comments
 (0)