Skip to content

Commit c47e8ae

Browse files
committed
Modify test OSX environment target
1 parent a8ec02c commit c47e8ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/pyarrow/tests/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def get_modified_env_with_pythonpath():
178178
else:
179179
new_pythonpath = module_path
180180
env['PYTHONPATH'] = new_pythonpath
181+
env['MACOSX_DEPLOYMENT_TARGET'] = "14.0"
181182
return env
182183

183184

0 commit comments

Comments
 (0)