Skip to content

Commit a887a9b

Browse files
authored
chore: add known wheels for armv7l (#960)
There are now cmake & ninja wheels available for armv7l, add them to the list of known wheels.
1 parent 9170ab8 commit a887a9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/scikit_build_core/resources/known_wheels.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ known-wheels = [
99
"musllinux_1_1_ppc64le",
1010
"musllinux_1_1_i686",
1111
"musllinux_1_1_aarch64",
12+
"musllinux_1_2_armv7l",
1213
"manylinux_2_17_s390x",
1314
"manylinux_2_17_ppc64le",
1415
"manylinux_2_17_aarch64",
16+
"manylinux_2_31_armv7l",
1517
"manylinux_2_17_x86_64",
1618
"manylinux_2_17_i686",
1719
"manylinux_2_12_x86_64",
@@ -29,9 +31,11 @@ known-wheels = [
2931
"musllinux_1_1_ppc64le",
3032
"musllinux_1_1_i686",
3133
"musllinux_1_1_aarch64",
34+
"musllinux_1_2_armv7l",
3235
"manylinux_2_17_s390x",
3336
"manylinux_2_17_ppc64le",
3437
"manylinux_2_17_aarch64",
38+
"manylinux_2_31_armv7l",
3539
"manylinux_2_5_x86_64",
3640
"manylinux_2_5_i686",
3741
]

0 commit comments

Comments
 (0)