We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83857f3 commit 4098ae9Copy full SHA for 4098ae9
setup.py
@@ -10,7 +10,7 @@ def get_tag(self):
10
python = "cp36"
11
abi = "abi3"
12
if plat.startswith("macosx"):
13
- python = "cp37" if plat.find("x86_64") != -1 else "cp39"
+ python = "cp37" if plat.find("x86_64") != -1 else "cp38"
14
elif plat.startswith("win"):
15
python = "cp37"
16
elif plat == "linux_armv7l":
0 commit comments