Skip to content

Commit ab3d34e

Browse files
MNT Add free-threaded wheel for Linux arm (scikit-learn#31513)
1 parent 8bec6d0 commit ab3d34e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ jobs:
117117
python: 313
118118
platform_id: manylinux_aarch64
119119
manylinux_image: manylinux2014
120+
- os: ubuntu-24.04-arm
121+
python: 313t
122+
platform_id: manylinux_aarch64
123+
manylinux_image: manylinux2014
124+
free_threaded_support: True
120125

121126
# MacOS x86_64
122127
- os: macos-13

0 commit comments

Comments
 (0)