We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0ea17b + 8015ad1 commit fc329afCopy full SHA for fc329af
pyproject.toml
@@ -90,8 +90,8 @@ line-length = 99
90
target-version = 'py39'
91
92
[tool.cibuildwheel]
93
-build = "cp3*-manylinux_x86_64 cp3*-musllinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
94
-skip = "cp36-* cp37-* cp38-* cp313-*" # No ms2rescore-rs for 3.13
+build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
+skip = "cp36-* cp37-* cp38-* cp313-*" # No ms2rescore-rs for 3.13
95
test-command = "ms2pip --help"
96
97
[tool.cibuildwheel.macos]
0 commit comments