File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6868 - name : Build wheels
69697070 env :
71- CIBW_BUILD : " cp3{7..13 }-${{ matrix.wheel_type }}"
71+ CIBW_BUILD : " cp3{7..14 }-${{ matrix.wheel_type }}"
7272 CIBW_ARCHS_LINUX : auto aarch64
7373 CIBW_PRERELEASE_PYTHONS : True
7474 - uses : actions/upload-artifact@v4
7878
7979 test_attaching_to_old_interpreters :
8080 needs : [build_wheels]
81- runs-on : ubuntu-20 .04
81+ runs-on : ubuntu-22 .04
8282 strategy :
8383 fail-fast : false
8484 matrix :
@@ -116,7 +116,7 @@ jobs:
116116
117117 test_wheels :
118118 needs : [build_wheels]
119- runs-on : ubuntu-20 .04
119+ runs-on : ubuntu-22 .04
120120 strategy :
121121 fail-fast : false
122122 matrix :
@@ -154,7 +154,7 @@ jobs:
154154
155155 test_free_threading :
156156 needs : [build_wheels]
157- runs-on : ubuntu-20 .04
157+ runs-on : ubuntu-22 .04
158158 strategy :
159159 fail-fast : false
160160 matrix :
You can’t perform that action at this time.
0 commit comments