@@ -69,12 +69,12 @@ jobs:
69
69
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
70
70
- os : ubuntu-22.04
71
71
linux_archs : " i686"
72
- skip : " pp* *37* *38* "
72
+ skip : " pp*"
73
73
74
74
name : ${{ matrix.os }} ${{ matrix.architecture }} ${{ matrix.linux_archs }}
75
75
env :
76
76
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair -w {dest_dir} {wheel}"
77
- CIBW_BEFORE_ALL : " pip install numpy==2.0.0rc1 cython"
77
+ CIBW_BEFORE_ALL : " pip install cython"
78
78
CIBW_SKIP : ${{ matrix.skip }}
79
79
CIBW_ARCHS_LINUX : ${{ matrix.linux_archs }}
80
80
CIBW_TEST_SKIP : " *"
@@ -124,12 +124,12 @@ jobs:
124
124
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
125
125
- os : ubuntu-22.04
126
126
linux_archs : " x86_64"
127
- skip : " pp* *37* *38* "
127
+ skip : " pp*"
128
128
129
129
name : ${{ matrix.os }} ${{ matrix.architecture}}
130
130
env :
131
131
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair -w {dest_dir} {wheel}"
132
- CIBW_BEFORE_ALL : " pip install numpy==2.0.0rc1 cython"
132
+ CIBW_BEFORE_ALL : " pip install cython"
133
133
CIBW_SKIP : ${{ matrix.skip }}
134
134
CIBW_ARCHS_LINUX : ${{ matrix.linux_archs }}
135
135
CIBW_TEST_SKIP : " *"
@@ -178,12 +178,12 @@ jobs:
178
178
include :
179
179
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
180
180
- os : windows-latest
181
- skip : " *2*win* *win32 pp* *37* *38* "
181
+ skip : " *2*win* *win32 pp*"
182
182
183
183
name : ${{ matrix.os }} ${{ matrix.architecture}}
184
184
env :
185
185
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair -w {dest_dir} {wheel}"
186
- CIBW_BEFORE_ALL : " pip install numpy==2.0.0rc1 cython"
186
+ CIBW_BEFORE_ALL : " pip install cython"
187
187
CIBW_SKIP : ${{ matrix.skip }}
188
188
CIBW_ARCHS_LINUX : ${{ matrix.linux_archs }}
189
189
CIBW_TEST_SKIP : " *"
0 commit comments