File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments