Skip to content

Commit 00129e8

Browse files
committed
update more versions
1 parent f0cd31c commit 00129e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/wheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Python
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version: "3.12"
35+
python-version: "3.13"
3636

3737
- name: Set up QEMU
3838
if: runner.os == 'Linux'
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup Python
8888
uses: actions/setup-python@v5
8989
with:
90-
python-version: "3.12"
90+
python-version: "3.13"
9191

9292
- name: Set up QEMU
9393
if: runner.os == 'Linux'
@@ -142,7 +142,7 @@ jobs:
142142
- name: Setup Python
143143
uses: actions/setup-python@v5
144144
with:
145-
python-version: "3.12"
145+
python-version: "3.13"
146146

147147
- name: Set up QEMU
148148
if: runner.os == 'Linux'
@@ -197,7 +197,7 @@ jobs:
197197
- name: Setup Python
198198
uses: actions/setup-python@v5
199199
with:
200-
python-version: "3.12"
200+
python-version: "3.13"
201201

202202
- name: Set up QEMU
203203
if: runner.os == 'Linux'
@@ -233,7 +233,7 @@ jobs:
233233

234234
name: ${{ matrix.os }} ${{ matrix.architecture}}
235235
env:
236-
CIBW_BEFORE_ALL: "pip install numpy==2.0.0rc1 cython"
236+
CIBW_BEFORE_ALL: "pip install numpy cython"
237237
CIBW_SKIP: "pp* *37* *38*"
238238
CIBW_ARCHS_MACOS: ${{ matrix.architecture }}
239239
CIBW_TEST_SKIP: "*"

0 commit comments

Comments
 (0)