diff --git a/pyproject.toml b/pyproject.toml index 454a3c2e3b5c..f81322a7954e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,7 +143,7 @@ dodoFile = "dev.py" [tool.cibuildwheel] -skip = "cp36-* cp37-* pp* *_ppc64le *_i686 *_s390x *-musllinux*" +skip = "cp36-* cp37-* cp38-* cp310-* cp311-* cp312-* pp* *_ppc64le *_i686 *_s390x *-musllinux*" build-verbosity = "3" # gmpy2 and scikit-umfpack are usually added for testing. However, there are # currently wheels missing that make the test script fail.