We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ec02c commit c47e8aeCopy full SHA for c47e8ae
1 file changed
python/pyarrow/tests/util.py
@@ -178,6 +178,7 @@ def get_modified_env_with_pythonpath():
178
else:
179
new_pythonpath = module_path
180
env['PYTHONPATH'] = new_pythonpath
181
+ env['MACOSX_DEPLOYMENT_TARGET'] = "14.0"
182
return env
183
184
0 commit comments