6262 fetch-depth : 0
6363
6464 - name : Build wheels for CPython 3.11
65- uses : pypa/cibuildwheel@v2.11.3
65+ uses : pypa/cibuildwheel@v2.12.0
6666 env :
6767 CIBW_BUILD : " cp311-*"
6868 CIBW_SKIP : " *-musllinux*"
7575 CIBW_ARCHS : ${{ matrix.cibw_archs }}
7676
7777 - name : Build wheels for CPython 3.10
78- uses : pypa/cibuildwheel@v2.11.3
78+ uses : pypa/cibuildwheel@v2.12.0
7979 env :
8080 CIBW_BUILD : " cp310-*"
8181 CIBW_SKIP : " *-musllinux*"
8888 CIBW_ARCHS : ${{ matrix.cibw_archs }}
8989
9090 - name : Build wheels for CPython 3.9
91- uses : pypa/cibuildwheel@v2.11.3
91+ uses : pypa/cibuildwheel@v2.12.0
9292 env :
9393 CIBW_BUILD : " cp39-*"
9494 CIBW_SKIP : " *-musllinux*"
@@ -100,23 +100,10 @@ jobs:
100100 MPL_DISABLE_FH4 : " yes"
101101 CIBW_ARCHS : ${{ matrix.cibw_archs }}
102102
103- - name : Build wheels for CPython 3.8
104- 105- env :
106- CIBW_BUILD : " cp38-*"
107- CIBW_SKIP : " *-musllinux*"
108- CIBW_MANYLINUX_X86_64_IMAGE : manylinux2010
109- CIBW_MANYLINUX_I686_IMAGE : manylinux2010
110- CIBW_BEFORE_BUILD : >-
111- pip install certifi numpy==1.19.2 &&
112- git clean -fxd build
113- MPL_DISABLE_FH4 : " yes"
114- CIBW_ARCHS : ${{ matrix.cibw_archs }}
115-
116103 - name : Build wheels for PyPy
117- uses : pypa/cibuildwheel@v2.11.3
104+ uses : pypa/cibuildwheel@v2.12.0
118105 env :
119- CIBW_BUILD : " pp38-* pp39-*"
106+ CIBW_BUILD : " pp39-*"
120107 CIBW_SKIP : " *-musllinux*"
121108 CIBW_BEFORE_BUILD : >-
122109 pip install certifi oldest-supported-numpy &&
0 commit comments