File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,9 @@ updates:
3434 schedule :
3535 interval : " weekly"
3636 open-pull-requests-limit : 1
37- # Ignore pinned version of cibuildwheel for Python 3.7
37+ # Ignore cibuildwheel to avoid dropped Python versions
3838 ignore :
3939 - dependency-name : " pypa/cibuildwheel*"
40- versions : ["8d945475ac4b1aac4ae08b2fd27db9917158b6ce", "2.17.0"]
4140 # Don't group cibuildwheel with other actions, so we don't accidentally upgrade too far
4241 groups :
4342 cibuildwheel :
Original file line number Diff line number Diff line change 8585 uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # 3.6.0
8686
8787 - name : Build Wheels
88- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # 2.23.2
88+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # 2.23.3
8989 env :
9090 CIBW_PLATFORM : linux
9191 CIBW_BUILD : " ${{ matrix.wheel }}*"
You can’t perform that action at this time.
0 commit comments