Skip to content

Commit

Permalink
Try building with cp38 and don't skip macosx_arm64 test
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Jul 9, 2024
1 parent 1b9cfc9 commit c8379e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,13 @@ target-version = ["py38", "py39", "py310", "py311", "py312"]
color = true

[tool.cibuildwheel]
build = "cp38-*"
build = "cp39-*"
build-verbosity = 3
repair-wheel-command = "python scripts/repair_wheel.py -w {dest_dir} {wheel}"
test-requires = "tox"
test-command = "tox --conf {project} --installpkg {wheel}"
test-skip = [
"*aarch64", # slow!
"*-macosx_arm64",
]

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit c8379e6

Please sign in to comment.