File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,14 @@ jobs:
123
123
- PYTHON : { VERSION: "pp311-pypy311_pp73" }
124
124
MANYLINUX : { NAME: "manylinux_2_28_ppc64le", CONTAINER: "cryptography-manylinux_2_28:ppc64le", RUNNER: "ubuntu-24.04-ppc64le" }
125
125
126
+ # CFFI 2.0.0b is missing manylinux2014 wheels
127
+ - PYTHON : { VERSION: "cp314-cp314t" }
128
+ MANYLINUX : { NAME: "manylinux2014_x86_64", CONTAINER: "cryptography-manylinux2014:x86_64", RUNNER: "ubuntu-latest" }
129
+ - PYTHON : { VERSION: "cp314-cp314t" }
130
+ MANYLINUX : { NAME: "manylinux2014_x86_64", CONTAINER: "cryptography-manylinux2014:x86_64", RUNNER: "ubuntu-latest" }
131
+ - PYTHON : { VERSION: "cp314-cp314t" }
132
+ MANYLINUX : { NAME: "manylinux2014_aarch64", CONTAINER: "cryptography-manylinux2014_aarch64", RUNNER: "ubuntu-24.04-arm" }
133
+
126
134
name : " ${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}"
127
135
steps :
128
136
- name : Ridiculous-er workaround for static node20
You can’t perform that action at this time.
0 commit comments