Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit 39e439b

Browse files
committed
Bump macOS min version to 10.14
1 parent 7b6f074 commit 39e439b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class BuildExt(build_ext):
131131
c_opts = {"msvc": ["/EHsc", "/DNOMINMAX", "/std:c++17"], "unix": ["-std=c++17"]}
132132

133133
if sys.platform == "darwin":
134-
c_opts["unix"] += ["-stdlib=libc++", "-mmacosx-version-min=10.7"]
134+
c_opts["unix"] += ["-stdlib=libc++", "-mmacosx-version-min=10.14"]
135135

136136
def build_extensions(self):
137137
ct = self.compiler.compiler_type

0 commit comments

Comments
 (0)