Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 18, 2024
1 parent 3bba17a commit b85776a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ flake8-implicit-str-concat.allow-multiline=false
[tool.pytest.ini_options]
addopts = "--durations=10 -n auto"

[tool.cibuildwheel]
skip = "cp36-* cp37-* cp-38* cp-39* cp-310* pp37-* pp38-* pp39-* pp310-* *-manylinux_i686 *_ppc64le *_s390x *_universal2"

[tool.cibuildwheel.linux]
manylinux-x86_64-image = "manylinux_2_28"
manylinux-aarch64-image = "manylinux_2_28"

0 comments on commit b85776a

Please sign in to comment.