feature: add PyPy 3.11 (#2268)

This commit is contained in:
Matthieu Darbois
2025-02-25 14:22:19 -05:00
committed by Henry Schreiner
parent bb1fd3320e
commit 017abbba68
5 changed files with 16 additions and 5 deletions
+2
View File
@@ -210,6 +210,7 @@ def expected_wheels(
"pp38-pypy38_pp73",
"pp39-pypy39_pp73",
"pp310-pypy310_pp73",
"pp311-pypy311_pp73",
]
if platform == "macos" and machine_arch == "arm64":
@@ -225,6 +226,7 @@ def expected_wheels(
"pp38-pypy38_pp73",
"pp39-pypy39_pp73",
"pp310-pypy310_pp73",
"pp311-pypy311_pp73",
]
if single_python: