We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e2dc9 commit 090b1d4Copy full SHA for 090b1d4
1 file changed
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
- run: pip install cibuildwheel==2.16.2 # sync version with pypa/cibuildwheel below
52
- id: set-matrix
53
env:
54
- CIBW_PROJECT_REQUIRES_PYTHON: '==3.8.*'
+ CIBW_PROJECT_REQUIRES_PYTHON: '==3.10.*'
55
run: |
56
MATRIX_INCLUDE=$(
57
{
@@ -88,7 +88,6 @@ jobs:
88
only: ${{ matrix.only }}
89
90
CIBW_BUILD_VERBOSITY: 1
91
- MACOSX_DEPLOYMENT_TARGET: 11.0 # oldest available github runner ("macos-11" above)
92
CIBW_BEFORE_BUILD: bash -c "make install_libmagic"
93
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'"
94
0 commit comments