File tree Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 2424 submodules : true
2525 fetch-depth : 0
2626
27- - uses : pypa/cibuildwheel@v3.1
27+ - uses : pypa/cibuildwheel@v3.2
2828 env :
2929 CIBW_PLATFORM : pyodide
3030
Original file line number Diff line number Diff line change 1919 with :
2020 fetch-depth : 0
2121 submodules : true
22- - uses : actions/setup-python@v5
22+ - uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.9"
2525 - uses : astral-sh/setup-uv@v6
Original file line number Diff line number Diff line change 66 triage :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/labeler@v5
9+ - uses : actions/labeler@v6
1010 with :
1111 repo-token : ${{ secrets.GITHUB_TOKEN }}
1212 sync-labels : true
Original file line number Diff line number Diff line change 7373 fetch-depth : 0
7474 submodules : true
7575
76- - uses : actions/setup-python@v5
76+ - uses : actions/setup-python@v6
7777 with :
7878 python-version : ${{ matrix.python-version }}
7979 allow-prereleases : true
@@ -129,7 +129,7 @@ jobs:
129129
130130 - uses : astral-sh/setup-uv@v6
131131
132- - uses : pypa/cibuildwheel@v3.1
132+ - uses : pypa/cibuildwheel@v3.2
133133 with :
134134 only : " ${{ matrix.only }}"
135135
Original file line number Diff line number Diff line change 1919 - name : Update to latest
2020 run : git submodule foreach "git checkout develop || git checkout master"
2121
22- - uses : actions/setup-python@v5
22+ - uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.12"
2525
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100
101101 - uses : astral-sh/setup-uv@v6
102102
103- - uses : pypa/cibuildwheel@v3.1
103+ - uses : pypa/cibuildwheel@v3.2
104104 env :
105105 CIBW_BUILD : ${{ matrix.build }}
106106 CIBW_ARCHS : ${{ matrix.arch }}
@@ -131,7 +131,7 @@ jobs:
131131
132132 - run : brew uninstall cmake; brew install cmake
133133
134- - uses : pypa/cibuildwheel@v3.1
134+ - uses : pypa/cibuildwheel@v3.2
135135 env :
136136 CIBW_PLATFORM : ios
137137
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ test-skip = [
189189 " gp311_242-macosx_x86_64" ,
190190 " gp311_242-manylinux_aarch64" ,
191191 " gp311_242-win*" , # pytest crashes with module 'io' has no attribute '_WindowsConsoleIO'
192+ " gp312_*" , # No numpy wheels yet
192193 " cp314*-ios_*" , # No numpy wheels yet
193194]
194195enable = [" cpython-freethreading" , " pypy" , " graalpy" ]
You can’t perform that action at this time.
0 commit comments