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 9170ab8 commit a887a9bCopy full SHA for a887a9b
src/scikit_build_core/resources/known_wheels.toml
@@ -9,9 +9,11 @@ known-wheels = [
9
"musllinux_1_1_ppc64le",
10
"musllinux_1_1_i686",
11
"musllinux_1_1_aarch64",
12
+ "musllinux_1_2_armv7l",
13
"manylinux_2_17_s390x",
14
"manylinux_2_17_ppc64le",
15
"manylinux_2_17_aarch64",
16
+ "manylinux_2_31_armv7l",
17
"manylinux_2_17_x86_64",
18
"manylinux_2_17_i686",
19
"manylinux_2_12_x86_64",
@@ -29,9 +31,11 @@ known-wheels = [
29
31
30
32
33
34
35
36
37
38
39
"manylinux_2_5_x86_64",
40
"manylinux_2_5_i686",
41
]
0 commit comments