8000 CI Set MACOSX_DEPLOYMENT_TARGET=10.9 (#23833) · scikit-learn/scikit-learn@796f5eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 796f5eb

Browse files
thomasjpfanglemaitre
authored andcommitted
CI Set MACOSX_DEPLOYMENT_TARGET=10.9 (#23833)
1 parent 0eeec7e commit 796f5eb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build_tools/github/build_wheels.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ if [[ "$RUNNER_OS" == "macOS" ]]; then
1818
export MACOSX_DEPLOYMENT_TARGET=12.0
1919
OPENMP_URL="https://anaconda.org/conda-forge/llvm-openmp/11.1.0/download/osx-arm64/llvm-openmp-11.1.0-hf3c4609_1.tar.bz2"
2020
else
21-
# Currently, the oldest supported macos version is: High Sierra / 10.13.
22-
# Note that Darwin_17 == High Sierra / 10.13.
23-
export MACOSX_DEPLOYMENT_TARGET=10.13
21+
export MACOSX_DEPLOYMENT_TARGET=10.9
2422
OPENMP_URL="https://anaconda.org/conda-forge/llvm-openmp/11.1.0/download/osx-64/llvm-openmp-11.1.0-hda6cdc1_1.tar.bz2"
2523
fi
2624

doc/whats_new/v1.1.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Changelog
1919
have been changed in 1.1.
2020
:pr:`23990` by :user:`Julien Jerphanion <jjerphan>`.
2121

22+
- |Fix| Wheels are now available for MacOS 10.9 and greater. :pr:`23833` by
23+
`Thomas Fan`_.
24+
2225
:mod:`sklearn.base`
2326
......................
2427

0 commit comments

Comments
 (0)
0