Skip to content

Commit e7d0e32

Browse files
committed
Tweak cibuildwheel ignore
1 parent c28f840 commit e7d0e32

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/deploy-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # 3.6.0
4040

4141
- name: Build Wheels
42-
uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # 2.23.3
42+
uses: pypa/cibuildwheel@8d945475ac4b1aac4ae08b2fd27db9917158b6ce # 2.17.0
4343
env:
4444
CIBW_PLATFORM: linux
4545
CIBW_BUILD: "${{ matrix.wheel }}*"

0 commit comments

Comments
 (0)