We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7195075 + 2179894 commit 33d0664Copy full SHA for 33d0664
.github/workflows/build_wheels.yml
@@ -30,7 +30,7 @@ jobs:
30
arch: x86_64
31
- os: macos-14
32
arch: arm64
33
- - os: macos-13
+ - os: macos-15-intel
34
35
- os: windows-latest
36
arch: AMD64
@@ -41,12 +41,11 @@ jobs:
41
- uses: actions/checkout@v4
42
43
- name: Build wheels
44
- uses: pypa/cibuildwheel@v2.21.1
+ uses: pypa/cibuildwheel@v3.2.1
45
env:
46
CIBW_ARCHS: ${{ matrix.arch }}
47
CIBW_BEFORE_TEST: "pip install -r {project}/requirements/test.txt"
48
CIBW_TEST_COMMAND: "pytest {project}/tests"
49
- CIBW_MANYLINUX_*_IMAGE: manylinux_2_28
50
51
- uses: actions/upload-artifact@v4
52
with:
0 commit comments