Skip to content

Commit

Permalink
Fix toml syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Oct 9, 2023
1 parent 6d455a5 commit a37c740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target-version = ['py38', 'py39', 'py310', 'py311']
[tool.cibuildwheel]
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
skip = "pp* cp36-* cp37-* *win32" "*musllinux*i686"
skip = "pp* cp36-* cp37-* *win32 *musllinux*i686"
test-requires = "networkx"
test-command = "python -m unittest discover {project}/tests/rustworkx_tests"
before-build = "pip install -U setuptools-rust"
Expand Down

0 comments on commit a37c740

Please sign in to comment.