Skip to content

Commit 5459de5

Browse files
committed
Bump cibuildwheel in osx build
It looks like this will raise the supported Python versions
1 parent 1476243 commit 5459de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/macos-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ sudo make install
4949
cd ../..
5050

5151
python -m pip install --upgrade pip
52-
python -m pip install cibuildwheel==2.23.3
52+
python -m pip install cibuildwheel==3.2.1
5353

5454
python -m cibuildwheel --platform macos --archs x86_64,arm64,universal2 --output-dir dist

0 commit comments

Comments
 (0)