We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e573eb commit 54544abCopy full SHA for 54544ab
Makefile
@@ -11,8 +11,11 @@ MANYLINUX_IMAGES= \
11
manylinux_2_24_i686 \
12
manylinux_2_24_aarch64 \
13
manylinux_2_28_x86_64 \
14
+ manylinux_2_34_x86_64 \
15
manylinux_2_28_aarch64 \
- musllinux_1_1_x86_64
16
+ manylinux_2_34_aarch64 \
17
+ musllinux_1_1_x86_64 \
18
+ musllinux_1_2_x86_64
19
20
.PHONY: all local sdist test clean realclean wheel_manylinux
21
0 commit comments