Skip to content

Commit 4098ae9

Browse files
committed
Apple Silicon: added Python 3.8
1 parent 83857f3 commit 4098ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def get_tag(self):
1010
python = "cp36"
1111
abi = "abi3"
1212
if plat.startswith("macosx"):
13-
python = "cp37" if plat.find("x86_64") != -1 else "cp39"
13+
python = "cp37" if plat.find("x86_64") != -1 else "cp38"
1414
elif plat.startswith("win"):
1515
python = "cp37"
1616
elif plat == "linux_armv7l":

0 commit comments

Comments
 (0)