68
68
- { VERSION: "cp311-cp311", ABI_VERSION: 'py37' }
69
69
- { VERSION: "cp311-cp311", ABI_VERSION: 'py39' }
70
70
- { VERSION: "pp310-pypy310_pp73" }
71
+ - { VERSION: "pp311-pypy311_pp73" }
71
72
MANYLINUX :
72
73
- { NAME: "manylinux2014_x86_64", CONTAINER: "cryptography-manylinux2014:x86_64", RUNNER: "ubuntu-latest" }
73
74
- { NAME: "manylinux_2_28_x86_64", CONTAINER: "cryptography-manylinux_2_28:x86_64", RUNNER: "ubuntu-latest"}
@@ -86,16 +87,26 @@ jobs:
86
87
MANYLINUX : { NAME: "musllinux_1_2_x86_64", CONTAINER: "cryptography-musllinux_1_2:x86_64", RUNNER: "ubuntu-latest"}
87
88
- PYTHON : { VERSION: "pp310-pypy310_pp73" }
88
89
MANYLINUX : { NAME: "musllinux_1_2_aarch64", CONTAINER: "cryptography-musllinux_1_2:aarch64", RUNNER: "ubuntu-24.04-arm"}
90
+ - PYTHON : { VERSION: "pp311-pypy311_pp73" }
91
+ MANYLINUX : { NAME: "musllinux_1_2_x86_64", CONTAINER: "cryptography-musllinux_1_2:x86_64", RUNNER: "ubuntu-latest"}
92
+ - PYTHON : { VERSION: "pp311-pypy311_pp73" }
93
+ MANYLINUX : { NAME: "musllinux_1_2_aarch64", CONTAINER: "cryptography-musllinux_1_2:aarch64", RUNNER: "ubuntu-24.04-arm" }
89
94
90
95
# We also don't build pypy wheels for anything except the latest manylinux
91
96
- PYTHON : { VERSION: "pp310-pypy310_pp73" }
92
97
MANYLINUX : { NAME: "manylinux2014_x86_64", CONTAINER: "cryptography-manylinux2014:x86_64", RUNNER: "ubuntu-latest"}
93
98
- PYTHON : { VERSION: "pp310-pypy310_pp73" }
94
99
MANYLINUX : { NAME: "manylinux2014_aarch64", CONTAINER: "cryptography-manylinux2014_aarch64", RUNNER: "ubuntu-24.04-arm" }
100
+ - PYTHON : { VERSION: "pp311-pypy311_pp73" }
101
+ MANYLINUX : { NAME: "manylinux2014_x86_64", CONTAINER: "cryptography-manylinux2014:x86_64", RUNNER: "ubuntu-latest"}
102
+ - PYTHON : { VERSION: "pp311-pypy311_pp73" }
103
+ MANYLINUX : { NAME: "manylinux2014_aarch64", CONTAINER: "cryptography-manylinux2014_aarch64", RUNNER: "ubuntu-24.04-arm" }
95
104
96
105
# No PyPy on armv7l either
97
106
- PYTHON : { VERSION: "pp310-pypy310_pp73" }
98
107
MANYLINUX : { NAME: "manylinux_2_31_armv7l", CONTAINER: "cryptography-manylinux_2_31:armv7l", RUNNER: "ubuntu-24.04-arm" }
108
+ - PYTHON : { VERSION: "pp311-pypy311_pp73" }
109
+ MANYLINUX : { NAME: "manylinux_2_31_armv7l", CONTAINER: "cryptography-manylinux_2_31:armv7l", RUNNER: "ubuntu-24.04-arm" }
99
110
name : " ${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}"
100
111
steps :
101
112
- name : Ridiculous-er workaround for static node20
0 commit comments