Skip to content

Commit e56e22c

Browse files
committed
PyPy: Enable macOS-arm64 and add cp311
1 parent d8be163 commit e56e22c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cibw/setup-matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def cp3(y_min=8, y_max=13):
1818
return py("cp", 3, y_min, y_max)
1919

2020

21-
def pp3(y_min=8, y_max=10):
21+
def pp3(y_min=8, y_max=11):
2222
return py("pp", 3, y_min, y_max)
2323

2424

@@ -28,7 +28,7 @@ def pp3(y_min=8, y_max=10):
2828
"x86_64": cp3() + pp3(),
2929
},
3030
"macOS": {
31-
"arm64": cp3(),
31+
"arm64": cp3() + pp3(),
3232
"x86_64": cp3() + pp3(),
3333
},
3434
"Windows": {

0 commit comments

Comments
 (0)