Publish pre-built wheels for Python 3.13 (#1485)

This commit is contained in:
Fangjun Kuang
2024-10-28 10:37:50 +08:00
committed by GitHub
parent 91e090ff86
commit 9eb493f6bf
13 changed files with 28 additions and 15 deletions

View File

@@ -21,13 +21,13 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest]
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312"]
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
steps:
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_BUILD: "${{ matrix.python-version}}-* "
CIBW_ENVIRONMENT: SHERPA_ONNX_CMAKE_ARGS="-DCMAKE_OSX_ARCHITECTURES='arm64;x86_64'"