Skip to content

Commit cb5f966

Browse files
committed
ci: add support for macOS AS Python 3.8
1 parent 50a2f2f commit cb5f966

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
submodules: true
9292

93-
- uses: pypa/cibuildwheel@v1.11.1
93+
- uses: pypa/cibuildwheel@v1.12.0
9494
env:
9595
CIBW_BUILD: cp38-win_amd64 cp36-manylinux_i686 cp37-macosx_x86_64
9696
CIBW_TEST_EXTRAS: test

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
platforms: all
6363

64-
- uses: pypa/cibuildwheel@v1.11.1
64+
- uses: pypa/cibuildwheel@v1.12.0
6565
env:
6666
CIBW_BUILD: cp${{ matrix.python }}-*
6767
CIBW_ARCHS: ${{ matrix.arch }}
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
submodules: true
115115

116-
- uses: pypa/cibuildwheel@v1.11.1
116+
- uses: pypa/cibuildwheel@v1.12.0
117117
env:
118118
CIBW_BUILD: ${{ matrix.build }}
119119
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}

0 commit comments

Comments
 (0)