From 57f64a4b0ccdc4904477f0e33ee854a323767d18 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sat, 20 Apr 2024 19:55:36 -0400 Subject: [PATCH] bump macos to py39 Signed-off-by: Jinzhe Zeng --- .github/workflows/release.yml | 2 +- pyproject.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ec2faa..3ed222b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index dcd1f26..2583a23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] @@ -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