We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cbfb4 commit 54712a7Copy full SHA for 54712a7
misc/download-mypyc-wheels.py
@@ -29,7 +29,7 @@ def download_files(version):
29
for pyver in range(MIN_VER, MAX_VER + 1):
30
for platform in PLATFORMS:
31
abi_tag = "" if pyver >= 8 else "m"
32
- macos_ver = 9 if pyver >= 8 else 6
+ macos_ver = 9 if pyver >= 6 else 6
33
url = URL.format(
34
base=BASE_URL,
35
version=version,
0 commit comments