diff --git a/pyproject.toml b/pyproject.toml index 3a5499e09..30daf1415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,11 +9,12 @@ build-backend = "setuptools.build_meta" [tool.cibuildwheel] -skip = "*-win32 *-manylinux_i686 pp* cp310-*" +skip = "*-win32 *-manylinux_i686 pp* cp36-*" build-frontend = "build" +test-skip = "cp310-macosx*" test-extras = ["test"] test-command = "pytest {project}" -manylinux-x86_64-image = "ghcr.io/jessefarebro/manylinux2014-vcpkg" \ No newline at end of file +manylinux-x86_64-image = "ghcr.io/jessefarebro/manylinux2014-vcpkg"