We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced7314 commit 3548bd4Copy full SHA for 3548bd4
.github/workflows/ci.yml
@@ -8,6 +8,7 @@ on:
8
branches: [main]
9
10
env:
11
+ CIBW_ENABLE: pypy
12
CIBW_TEST_REQUIRES: "sympy pytest"
13
CIBW_TEST_COMMAND: pytest {package}/tests -v
14
@@ -54,7 +55,7 @@ jobs:
54
55
- os: ubuntu-latest
56
arch: auto64
57
type: manylinux2014
- 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*"
59
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
60
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
61
0 commit comments