From a37c740bf871a21c330c22cab72d6d2524f6876c Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 9 Oct 2023 09:48:58 -0400 Subject: [PATCH] Fix toml syntax again --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef03ca033..368330ded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"