Skip to content

Commit 98a16d4

Browse files
committed
Add 3.14 wheels to our build.
1 parent 0de39d1 commit 98a16d4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/build-wheels.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
platform: macos-arm
1818
target: aarch64-apple-darwin
1919
python-version: '3.13'
20+
- os: macos-latest
21+
platform: macos-arm
22+
target: aarch64-apple-darwin
23+
python-version: '3.14'
2024
- os: ubuntu-latest
2125
platform: manylinux-x86_64
2226
target: x86_64-unknown-linux-gnu
@@ -25,6 +29,10 @@ jobs:
2529
platform: manylinux-x86_64
2630
target: x86_64-unknown-linux-gnu
2731
python-version: '3.13'
32+
- os: ubuntu-latest
33+
platform: manylinux-x86_64
34+
target: x86_64-unknown-linux-gnu
35+
python-version: '3.14'
2836
- os: ubuntu-24.04-arm
2937
platform: manylinux-aarch64
3038
target: aarch64-unknown-linux-gnu
@@ -33,12 +41,16 @@ jobs:
3341
platform: manylinux-aarch64
3442
target: aarch64-unknown-linux-gnu
3543
python-version: '3.13'
44+
- os: ubuntu-24.04-arm
45+
platform: manylinux-aarch64
46+
target: aarch64-unknown-linux-gnu
47+
python-version: '3.14'
3648

3749
steps:
3850
- uses: actions/checkout@v4
3951

4052
- name: Set up Python ${{ matrix.python-version }}
41-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@v6
4254
with:
4355
python-version: ${{ matrix.python-version }}
4456

0 commit comments

Comments
 (0)