Skip to content

Commit

Permalink
AML-146 Exclude unnecessary builds
Browse files Browse the repository at this point in the history
* Exclude unnecessary builds when running `cibuildwheel`
  • Loading branch information
Toad2186 committed Oct 24, 2023
1 parent 02ca60a commit 97d870d
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 @@ -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.
Expand Down

0 comments on commit 97d870d

Please sign in to comment.