Move PyPy 3.10 to pypy-eol (#2521)
* Move PyPy 3.10 to pypy-eol * Refactor PyPy selection
This commit is contained in:
+1
-1
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user