We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab35ecc commit cd0d02dCopy full SHA for cd0d02d
.github/workflows/wheels.yml
@@ -138,7 +138,7 @@ jobs:
138
python_version: 3.5
139
140
runs-on: ${{ matrix.os }}
141
- env: { MACOSX_DEPLOYMENT_TARGET: 10.14 }
+ env: { MACOSX_DEPLOYMENT_TARGET: 10.15 }
142
143
steps:
144
- uses: actions/checkout@v3
Makefile
@@ -13,7 +13,8 @@ MANYLINUX_IMAGES= \
13
manylinux_2_24_aarch64 \
14
manylinux_2_24_ppc64le \
15
manylinux_2_24_s390x \
16
- musllinux_1_1_x86_64
+ musllinux_1_1_x86_64 \
17
+ musllinux_1_1_aarch64
18
19
.PHONY: all local sdist test clean realclean
20
0 commit comments