Skip to content

Commit 4ab0c47

Browse files
authored
Merge pull request #922 from mayeut/dependabot/github_actions/pypa/cibuildwheel-3.2.1
build(deps): bump pypa/cibuildwheel from 3.2.0 to 3.2.1
2 parents a801e5d + fa8928f commit 4ab0c47

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: recursive
3434

3535
- name: Build wheel
36-
uses: pypa/[email protected].0
36+
uses: pypa/[email protected].1
3737
env:
3838
CIBW_ARCHS: "${{ matrix.archs }}"
3939
CIBW_BUILD: "cp312-${{ matrix.build }}*"

.github/workflows/build-upload.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
runs-on: windows-11-arm
4747
- platform: "macos"
4848
archs: "x86_64"
49-
runs-on: macos-13
49+
runs-on: macos-15-intel
5050
- platform: "macos"
5151
archs: "arm64"
5252
runs-on: macos-14
5353
- platform: "ios"
5454
archs: "x86_64_iphonesimulator"
55-
runs-on: macos-13
55+
runs-on: macos-15-intel
5656
- platform: "ios"
5757
archs: "arm64_iphonesimulator,arm64_iphoneos"
5858
runs-on: macos-14
@@ -103,7 +103,7 @@ jobs:
103103
python-version: 3.8
104104

105105
- name: Build wheels
106-
uses: pypa/[email protected].0
106+
uses: pypa/[email protected].1
107107
env:
108108
CIBW_ARCHS: "${{ matrix.archs }}"
109109
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[tool.cibuildwheel]
66
build-verbosity = 1
77
enable = ["cpython-freethreading", "graalpy", "pypy", "pypy-eol"]
8-
test-skip = ["gp3*-win_amd64"] # https://github.com/oracle/graalpython/issues/490
8+
test-skip = ["gp3*-win_amd64", "cp314*-android*"] # https://github.com/oracle/graalpython/issues/490, https://github.com/pypa/cibuildwheel/pull/2590
99
test-requires = "-r requirements-test.txt"
1010
test-sources = ["conftest.py", "pyproject.toml", "tests"]
1111
test-command = "python -m pytest"

0 commit comments

Comments
 (0)