Skip to content

Commit

Permalink
bump macos to py39
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Apr 20, 2024
1 parent 6d8f35a commit 57f64a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
platform_id: manylinux_x86_64
# macosx_universal2
- os: macos-14
python: 38
python: 39
platform_id: macosx_universal2
# win-64
- os: windows-2019
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fallback_version = "Unknown"
test-command = "datasetbuilder -h"
build = ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*"]
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"]
test-skip = "*-win_amd64 cp311-*"
test-skip = "*-win_amd64"

[tool.cibuildwheel.linux]
environment-pass = ["CIBW_BUILD"]
Expand All @@ -84,6 +84,9 @@ repair-wheel-command = [
"pipx run abi3audit --strict --report {wheel}",
]

[tool.cibuildwheel.windows]
repair-wheel-command = "pipx run abi3audit --strict --report {wheel}"

[tool.ruff]
select = [
"E", # errors
Expand Down

0 comments on commit 57f64a4

Please sign in to comment.