Loading pyproject.toml +7 −1 Original line number Diff line number Diff line Loading @@ -12,10 +12,16 @@ test-requires = [ ] [[tool.cibuildwheel.overrides]] select = "cp3{9,10,11,12}-{win,macosx,manylinux}_*" select = "cp3{9,10,11,12}-{macosx,manylinux}_*" inherit.test-requires = "append" test-requires = "ray;python_version<'3.13'" [[tool.cibuildwheel.overrides]] select = "cp3{9,10,11,12}-win_*" inherit.test-requires = "append" test-requires = "\"ray;python_version<'3.13'\"" [[tool.cibuildwheel.overrides]] select = "cp3{9,10,11,12}-{win,macosx,manylinux}_*" inherit.test-requires = "append" Loading Loading
pyproject.toml +7 −1 Original line number Diff line number Diff line Loading @@ -12,10 +12,16 @@ test-requires = [ ] [[tool.cibuildwheel.overrides]] select = "cp3{9,10,11,12}-{win,macosx,manylinux}_*" select = "cp3{9,10,11,12}-{macosx,manylinux}_*" inherit.test-requires = "append" test-requires = "ray;python_version<'3.13'" [[tool.cibuildwheel.overrides]] select = "cp3{9,10,11,12}-win_*" inherit.test-requires = "append" test-requires = "\"ray;python_version<'3.13'\"" [[tool.cibuildwheel.overrides]] select = "cp3{9,10,11,12}-{win,macosx,manylinux}_*" inherit.test-requires = "append" Loading