Skip to content

Commit 6396dcb

Browse files
glemaitreogrisel
andauthored
MAINT add missing wheel for MacOS x86_64 (scikit-learn#27520)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
1 parent 04e39db commit 6396dcb

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
@@ -113,6 +113,11 @@ jobs:
113113
- os: macos-latest
114114
python: 311
115115
platform_id: macosx_x86_64
116+
- os: macos-latest
117+
python: 312
118+
platform_id: macosx_x86_64
119+
# TODO: remove when Python 3.12 is released
120+
prerelease: "True"
116121

117122
# MacOS arm64
118123
# The wheel for the latest Python version is built and tested on

0 commit comments

Comments
 (0)