diff --git a/python/pyproject.toml b/python/pyproject.toml index a069ebe1..2b66fb4a 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -18,7 +18,7 @@ max-line-length = "100" [tool.cibuildwheel] archs = ["auto64"] -skip = ["*-musllinux*", "pp*"] +skip = ["*-musllinux*", "pp*", "cp36-*"] [tool.cibuildwheel.macos] environment = "MACOSX_DEPLOYMENT_TARGET=10.14"