Skip to content

Commit 715e009

Browse files
committed
Revert to always overwrite
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
1 parent 0c1979c commit 715e009

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
if_win = True
1919
elif platform.system() in ["Linux", "Darwin"]:
2020
if_win = False
21-
if platform.system() == "Darwin" and (
22-
"MACOSX_DEPLOYMENT_TARGET" not in os.environ
23-
or tuple(map(int, os.environ["MACOSX_DEPLOYMENT_TARGET"].split("."))) < (13, 3)
24-
):
21+
if platform.system() == "Darwin":
2522
os.environ["MACOSX_DEPLOYMENT_TARGET"] = "13.3"
2623
else:
2724
raise SystemError("Only Windows, Linux, or MacOS is supported!")

0 commit comments

Comments
 (0)