Skip to content

Commit

Permalink
Try Linux builds #15
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Aug 29, 2024
1 parent 42ebb15 commit 63eab3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ build-verbosity = 3
#test-command = "pytest {package}/tests"

build = "cp3{8,9,10,11,12,13}-*"
skip = ["*-manylinux_i686", "*-musllinux_x86_64", "*-musllinux_i686", "cp311-win_amd64", "cp312-win_amd64", "cp313-win_amd64", "cp38-manylinux*", "cp39-manylinux*"]
skip = ["*-manylinux_i686", "*-musllinux_x86_64", "*-musllinux_i686", "cp38-manylinux*", "cp39-manylinux*"] # "cp311-win_amd64", "cp312-win_amd64", "cp313-win_amd64",
build-frontend = "build"

[tool.cibuildwheel.macos]
archs = ["x86_64", "universal2", "arm64"]

[tool.cibuildwheel.windows]
archs = ["AMD64", "ARM64"]
archs = ["AMD64"] # , "ARM64"

[[tool.cibuildwheel.overrides]]
select = "cp3?-*"
Expand Down

0 comments on commit 63eab3c

Please sign in to comment.