We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3f66d commit 37f288dCopy full SHA for 37f288d
.github/workflows/ci.yml
@@ -59,9 +59,16 @@ jobs:
59
- os: ubuntu-latest
60
arch: auto64
61
type: manylinux2010
62
- build: "pp*-manylinux* cp310-manylinux*"
+ build: "pp37-manylinux* pp38-manylinux* cp310-manylinux*"
63
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
64
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
65
+ # pypy3.9 only works with manylinux2014 image
66
+ - os: ubuntu-latest
67
+ arch: auto64
68
+ type: manylinux2014
69
+ build: "pp39-manylinux*"
70
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
71
+ CIBW_MANYLINUX_I686_IMAGE: manylinux2014
72
73
- os: macos-latest
74
arch: universal2
0 commit comments