Skip to content

Commit 3548bd4

Browse files
committed
must now enable pypy in cibuildwheel; use current pypy3.11
1 parent ced7314 commit 3548bd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [main]
99

1010
env:
11+
CIBW_ENABLE: pypy
1112
CIBW_TEST_REQUIRES: "sympy pytest"
1213
CIBW_TEST_COMMAND: pytest {package}/tests -v
1314

@@ -54,7 +55,7 @@ jobs:
5455
- os: ubuntu-latest
5556
arch: auto64
5657
type: manylinux2014
57-
build: "pp39-manylinux* cp310-manylinux* cp311-manylinux* cp312-manylinux* cp313-manylinux* cp314-manylinux*"
58+
build: "pp311-manylinux* cp310-manylinux* cp311-manylinux* cp312-manylinux* cp313-manylinux* cp314-manylinux*"
5859
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
5960
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
6061

0 commit comments

Comments
 (0)