Skip to content

Commit b1a2bfd

Browse files
committed
Escape '<' by '^'
1 parent 93e5259 commit b1a2bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ test-command = "uv run --with 'numpy<2.0' python -m unittest discover {project}/
3131
[[tool.cibuildwheel.overrides]]
3232
select = "cp3{9,10,11,12}-win_*"
3333
inherit.test-command = "append"
34-
test-command = "uv run --with numpy<2.0 python -m unittest discover {project}/test"
34+
test-command = "uv run --with numpy^<2.0 python -m unittest discover {project}/test"

0 commit comments

Comments
 (0)