Skip to content

Commit af53a9d

Browse files
committed
Update pypi.yml
- Update pypa/cibuildwheel - Drop cp39 - Add cp314 - Drop macOS x86_64
1 parent 8668521 commit af53a9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
24-
python-version: [cp39, cp310, cp311, cp312, cp313]
24+
python-version: [cp310, cp311, cp312, cp313, cp314]
2525
arch: [x86_64, arm64]
2626
exclude:
2727
- os: ubuntu-latest
2828
arch: arm64
2929
- os: windows-latest
3030
arch: arm64
31+
- os: macOS-latest
32+
arch: x86_64
3133
include:
3234
- os: ubuntu-latest
3335
name: Linux
@@ -40,7 +42,7 @@ jobs:
4042
- uses: actions/checkout@v4
4143

4244
- name: Build wheels
43-
uses: pypa/cibuildwheel@v3.0.1
45+
uses: pypa/cibuildwheel@v3.3.1
4446
# to supply options, put them in 'env', like:
4547
env:
4648
MACOSX_DEPLOYMENT_TARGET: "11.0"

0 commit comments

Comments
 (0)