We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de8cdd commit 937fc08Copy full SHA for 937fc08
warehouse/forklift/legacy.py
@@ -54,7 +54,7 @@
54
"any",
55
"win32", "win_amd64", "win_ia64",
56
"manylinux1_x86_64", "manylinux1_i686",
57
- "linux_armv7l",
+ "linux_armv6l", "linux_armv7l",
58
}
59
# macosx is a little more complicated:
60
_macosx_platform_re = re.compile("macosx_10_(\d+)+_(?P<arch>.*)")
0 commit comments