feature: add PyPy 3.11 (#2268)
This commit is contained in:
@@ -209,6 +209,7 @@ def expected_wheels(
|
||||
"pp38-pypy38_pp73",
|
||||
"pp39-pypy39_pp73",
|
||||
"pp310-pypy310_pp73",
|
||||
"pp311-pypy311_pp73",
|
||||
]
|
||||
|
||||
if platform == "macos" and machine_arch == "arm64":
|
||||
@@ -224,6 +225,7 @@ def expected_wheels(
|
||||
"pp38-pypy38_pp73",
|
||||
"pp39-pypy39_pp73",
|
||||
"pp310-pypy310_pp73",
|
||||
"pp311-pypy311_pp73",
|
||||
]
|
||||
|
||||
if single_python:
|
||||
|
||||
Reference in New Issue
Block a user