Move PyPy 3.10 to pypy-eol (#2521)

* Move PyPy 3.10 to pypy-eol

* Refactor PyPy selection
This commit is contained in:
Hugo van Kemenade
2025-09-08 15:57:14 +01:00
committed by GitHub
parent dac57ccc94
commit 3f076ba487
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -287,10 +287,10 @@ def _expected_wheels(
python_abi_tags += [
"pp38-pypy38_pp73",
"pp39-pypy39_pp73",
"pp310-pypy310_pp73",
]
if EnableGroup.PyPy in enable_groups:
python_abi_tags += [
"pp310-pypy310_pp73",
"pp311-pypy311_pp73",
]