Skip to content

Commit 090b1d4

Browse files
committed
Fix CI for macos
1 parent 20e2dc9 commit 090b1d4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- run: pip install cibuildwheel==2.16.2 # sync version with pypa/cibuildwheel below
5252
- id: set-matrix
5353
env:
54-
CIBW_PROJECT_REQUIRES_PYTHON: '==3.8.*'
54+
CIBW_PROJECT_REQUIRES_PYTHON: '==3.10.*'
5555
run: |
5656
MATRIX_INCLUDE=$(
5757
{
@@ -88,7 +88,6 @@ jobs:
8888
only: ${{ matrix.only }}
8989
env:
9090
CIBW_BUILD_VERBOSITY: 1
91-
MACOSX_DEPLOYMENT_TARGET: 11.0 # oldest available github runner ("macos-11" above)
9291
CIBW_BEFORE_BUILD: bash -c "make install_libmagic"
9392
CIBW_TEST_COMMAND: python -c "import magic; assert magic.Magic(mime=True).from_buffer(b'\x00\x00\x00\x1cftypisom\x00\x00\x02\x00isomiso2mp41\x00') == 'video/mp4'"
9493

0 commit comments

Comments
 (0)