Skip to content

Commit 839aab5

Browse files
committed
try to update macosx_deployment_target
1 parent ded86d9 commit 839aab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if [[ $CIBW_ARCHS == *"arm"* ]]; then
7171
export MACOSX_DEPLOYMENT_TARGET=14.0
7272
else
7373
wget https://github.com/scipopt/scipoptsuite-deploy/releases/download/v0.9.0/libscip-macos-intel.zip -O scip.zip
74-
export MACOSX_DEPLOYMENT_TARGET=13.0
74+
export MACOSX_DEPLOYMENT_TARGET=14.0
7575
fi
7676
unzip scip.zip
7777
mv scip_install src/scip
@@ -84,7 +84,7 @@ repair-wheel-command = '''
8484
delocate-listdeps {wheel}
8585
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}
8686
else
87-
export MACOSX_DEPLOYMENT_TARGET=13.0
87+
export MACOSX_DEPLOYMENT_TARGET=14.0
8888
delocate-listdeps {wheel}
8989
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}
9090
fi

0 commit comments

Comments
 (0)