Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 0912166

Browse files
committed
Bump MACOSX_DEPLOYMENT_TARGET to 10.15
Hopefully will fix nightly builds
1 parent 7596bd0 commit 0912166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wheel/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ popd
124124

125125
export TH_BINARY_BUILD=1
126126
export INSTALL_TEST=0 # dont install test binaries into site-packages
127-
export MACOSX_DEPLOYMENT_TARGET=10.13
127+
export MACOSX_DEPLOYMENT_TARGET=10.15
128128
export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"}
129129

130130
SETUPTOOLS_PINNED_VERSION="=46.0.0"

0 commit comments

Comments
 (0)