File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6464 if : github.ref == 'refs/heads/master'
6565 steps :
6666 - name : Checkout
67- uses : actions/checkout@v3
67+ uses : actions/checkout@v4
6868
6969 - name : Build & test
7070 uses : uraimo/run-on-arch-action@v2
Original file line number Diff line number Diff line change 3232 platforms : all
3333
3434 - name : Install cibuildwheel
35- run : python -m pip install cibuildwheel==2.20.0
35+ run : python -m pip install cibuildwheel==2.21.3
3636
3737 - name : Build wheels
3838 run : python -m cibuildwheel --output-dir wheelhouse
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ environment:
1919 PYTHON : ' C:\Python312\python.exe'
2020 - GENERATOR : ' Visual Studio 14 Win64'
2121 PYTHON : ' C:\Python312-x64\python.exe'
22+ - GENERATOR : ' Visual Studio 14'
23+ PYTHON : ' C:\Python313\python.exe'
24+ - GENERATOR : ' Visual Studio 14 Win64'
25+ PYTHON : ' C:\Python313-x64\python.exe'
2226
2327matrix :
2428 fast_finish : true
You can’t perform that action at this time.
0 commit comments