File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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'
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 : " *"
You can’t perform that action at this time.
0 commit comments