Skip to content

Commit fe6864f

Browse files
committed
Drop platform marker from ray
1 parent faca27d commit fe6864f

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
@@ -14,7 +14,7 @@ test-requires = [
1414
[[tool.cibuildwheel.overrides]]
1515
select = "cp3{9,10,11,12}-{win,macosx,manylinux}_*"
1616
inherit.test-requires = "append"
17-
test-requires = "ray;python_version<'3.13'"
17+
test-requires = "ray"
1818

1919
[[tool.cibuildwheel.overrides]]
2020
select = "cp3{9,10,11,12}-{win,macosx,manylinux}_*"

0 commit comments

Comments
 (0)