Skip to content

Commit

Permalink
set cibuildwheel skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetnow committed Dec 30, 2024
1 parent 01181cf commit dd66d74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ where = [

[tool.cibuildwheel]
build = "cp3*manylinux_x86_64"
skip = ["cp36-*", "cp37-*", "cp38-*"]

[tool.cibuildwheel.linux]
before-all = "./python/before-all-manylinux.sh"
Expand Down

0 comments on commit dd66d74

Please sign in to comment.