Skip to content

Commit 76fdcb2

Browse files
committed
exclude musllinux_1_1 from Python 3.14 builds
1 parent 00fd120 commit 76fdcb2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@ jobs:
8787
# No PyPy on armv7l either
8888
- PYTHON: { VERSION: "pp311-pypy311_pp73" }
8989
MANYLINUX: { NAME: "manylinux_2_31_armv7l", CONTAINER: "cryptography-manylinux_2_31:armv7l", RUNNER: "ubuntu-24.04-arm" }
90+
91+
# No Python 3.14 on musllinux_1_1
92+
- Python: { VERSION: "cp314-cp314"}
93+
MANYLINUX: { NAME: "musllinux_1_1_x86_64", CONTAINER: "cryptography-musllinux_1_1:x86_64", RUNNER: "ubuntu-latest"}
94+
- Python: { VERSION: "cp314-cp314"}
95+
MANYLINUX: { NAME: "musllinux_1_1_aarch64", CONTAINER: "cryptography-musllinux_1_1:aarch64", RUNNER: "ubuntu-24.04-arm" }
96+
97+
- Python: { VERSION: "cp314-cp314t"}
98+
MANYLINUX: { NAME: "musllinux_1_1_x86_64", CONTAINER: "cryptography-musllinux_1_1:x86_64", RUNNER: "ubuntu-latest"}
99+
- Python: { VERSION: "cp314-cp314t"}
100+
MANYLINUX: { NAME: "musllinux_1_1_aarch64", CONTAINER: "cryptography-musllinux_1_1:aarch64", RUNNER: "ubuntu-24.04-arm" }
101+
90102
name: "${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}"
91103
container:
92104
image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }}

0 commit comments

Comments
 (0)