Skip to content

Commit 9d60272

Browse files
committed
Upgraded mac os minimum version in python tests
1 parent ebfbb1a commit 9d60272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class BuildExt(build_ext):
9292
}
9393

9494
if sys.platform == 'darwin':
95-
c_opts['unix'] += ['-stdlib=libc++', '-mmacosx-version-min=10.7']
95+
c_opts['unix'] += ['-stdlib=libc++', '-mmacosx-version-min=10.13']
9696

9797
def build_extensions(self):
9898
ct = self.compiler.compiler_type

0 commit comments

Comments
 (0)