Skip to content

Commit 2b2d813

Browse files
committed
macos 10.13
1 parent a0485dd commit 2b2d813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/sh
22

3-
export MACOSX_DEPLOYMENT_TARGET=10.15
3+
export MACOSX_DEPLOYMENT_TARGET=10.13
44

55
python -m pip install --upgrade pip
66
pip install -r private_set_intersection/python/requirements_dev.txt
77
pip install setuptools wheel twine auditwheel
88

9-
python3 setup.py build bdist_wheel --plat-name macosx_10_15_x86_64 --dist-dir wheel
9+
python3 setup.py build bdist_wheel --plat-name macosx_10_13_x86_64 --dist-dir wheel
1010
twine upload --skip-existing wheel/*

0 commit comments

Comments
 (0)