Skip to content

Commit a2fefbb

Browse files
authored
Remove pypy310 builds (#1074)
1 parent f60707e commit a2fefbb

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
PYTHON:
5050
- { VERSION: "cp38-cp38", ABI_VERSION: 'cp38' }
5151
- { VERSION: "cp39-cp39", ABI_VERSION: 'cp39' }
52-
- { VERSION: "pp310-pypy310_pp73" }
5352
- { VERSION: "pp311-pypy311_pp73" }
5453
- { VERSION: "cp313-cp313t" }
5554
MANYLINUX:
@@ -68,16 +67,6 @@ jobs:
6867
- { NAME: "manylinux_2_31_armv7l", CONTAINER: "cryptography-manylinux_2_31:armv7l", RUNNER: "ubuntu-24.04-arm" }
6968
exclude:
7069
# There are no readily available musllinux PyPy distributions
71-
- PYTHON: { VERSION: "pp310-pypy310_pp73" }
72-
MANYLINUX: { NAME: "musllinux_1_1_x86_64", CONTAINER: "cryptography-musllinux_1_1:x86_64", RUNNER: "ubuntu-latest"}
73-
- PYTHON: { VERSION: "pp310-pypy310_pp73" }
74-
MANYLINUX: { NAME: "musllinux_1_1_aarch64", CONTAINER: "cryptography-musllinux_1_1:aarch64", RUNNER: "ubuntu-24.04-arm" }
75-
76-
- PYTHON: { VERSION: "pp310-pypy310_pp73" }
77-
MANYLINUX: { NAME: "musllinux_1_2_x86_64", CONTAINER: "cryptography-musllinux_1_2:x86_64", RUNNER: "ubuntu-latest"}
78-
- PYTHON: { VERSION: "pp310-pypy310_pp73" }
79-
MANYLINUX: { NAME: "musllinux_1_2_aarch64", CONTAINER: "cryptography-musllinux_1_2:aarch64", RUNNER: "ubuntu-24.04-arm" }
80-
8170
- PYTHON: { VERSION: "pp311-pypy311_pp73" }
8271
MANYLINUX: { NAME: "musllinux_1_1_x86_64", CONTAINER: "cryptography-musllinux_1_1:x86_64", RUNNER: "ubuntu-latest"}
8372
- PYTHON: { VERSION: "pp311-pypy311_pp73" }
@@ -89,19 +78,12 @@ jobs:
8978
MANYLINUX: { NAME: "musllinux_1_2_aarch64", CONTAINER: "cryptography-musllinux_1_2:aarch64", RUNNER: "ubuntu-24.04-arm" }
9079

9180
# We also don't build pypy wheels for anything except the latest manylinux
92-
- PYTHON: { VERSION: "pp310-pypy310_pp73" }
93-
MANYLINUX: { NAME: "manylinux2014_x86_64", CONTAINER: "cryptography-manylinux2014:x86_64", RUNNER: "ubuntu-latest"}
94-
- PYTHON: { VERSION: "pp310-pypy310_pp73" }
95-
MANYLINUX: { NAME: "manylinux2014_aarch64", CONTAINER: "cryptography-manylinux2014_aarch64", RUNNER: "ubuntu-24.04-arm" }
96-
9781
- PYTHON: { VERSION: "pp311-pypy311_pp73" }
9882
MANYLINUX: { NAME: "manylinux2014_x86_64", CONTAINER: "cryptography-manylinux2014:x86_64", RUNNER: "ubuntu-latest"}
9983
- PYTHON: { VERSION: "pp311-pypy311_pp73" }
10084
MANYLINUX: { NAME: "manylinux2014_aarch64", CONTAINER: "cryptography-manylinux2014_aarch64", RUNNER: "ubuntu-24.04-arm" }
10185

10286
# No PyPy on armv7l either
103-
- PYTHON: { VERSION: "pp310-pypy310_pp73" }
104-
MANYLINUX: { NAME: "manylinux_2_31_armv7l", CONTAINER: "cryptography-manylinux_2_31:armv7l", RUNNER: "ubuntu-24.04-arm" }
10587
- PYTHON: { VERSION: "pp311-pypy311_pp73" }
10688
MANYLINUX: { NAME: "manylinux_2_31_armv7l", CONTAINER: "cryptography-manylinux_2_31:armv7l", RUNNER: "ubuntu-24.04-arm" }
10789
name: "${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}"

0 commit comments

Comments
 (0)