Skip to content

Commit 1891a4a

Browse files
committed
try again
1 parent e9e160c commit 1891a4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/wheel.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
7070
- os: ubuntu-22.04
7171
linux_archs: "i686"
72-
skip: "pp* *37* *38*"
72+
skip: "pp*"
7373

7474
name: ${{ matrix.os }} ${{ matrix.architecture }} ${{ matrix.linux_archs }}
7575
env:
7676
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"
7878
CIBW_SKIP: ${{ matrix.skip }}
7979
CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}
8080
CIBW_TEST_SKIP: "*"
@@ -124,12 +124,12 @@ jobs:
124124
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
125125
- os: ubuntu-22.04
126126
linux_archs: "x86_64"
127-
skip: "pp* *37* *38*"
127+
skip: "pp*"
128128

129129
name: ${{ matrix.os }} ${{ matrix.architecture}}
130130
env:
131131
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"
133133
CIBW_SKIP: ${{ matrix.skip }}
134134
CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}
135135
CIBW_TEST_SKIP: "*"
@@ -178,12 +178,12 @@ jobs:
178178
include:
179179
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
180180
- os: windows-latest
181-
skip: "*2*win* *win32 pp* *37* *38*"
181+
skip: "*2*win* *win32 pp*"
182182

183183
name: ${{ matrix.os }} ${{ matrix.architecture}}
184184
env:
185185
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"
187187
CIBW_SKIP: ${{ matrix.skip }}
188188
CIBW_ARCHS_LINUX: ${{ matrix.linux_archs }}
189189
CIBW_TEST_SKIP: "*"

0 commit comments

Comments
 (0)