Skip to content

Commit 2981d7d

Browse files
Update version of cibuildwheel
See pypa/cibuildwheel#2775
1 parent 3126269 commit 2981d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Python 3.14 isn't supported on lower versions of cibuildwheel, so conditionally install when required
100100
run: |
101101
pip install build
102-
[ ${{matrix.python }} == "cp314" ] && pip install cibuildwheel || pip install cibuildwheel==2.23.3
102+
[ ${{matrix.python }} == "cp314" ] && pip install cibuildwheel || pip install cibuildwheel==2.23.4
103103
pip freeze
104104
shell: bash
105105

0 commit comments

Comments
 (0)