Skip to content

Commit 937fc08

Browse files
kpayson64dstufft
authored andcommitted
Add linux_armv6l as a supported wheel type (#2012)
1 parent 4de8cdd commit 937fc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/forklift/legacy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"any",
5555
"win32", "win_amd64", "win_ia64",
5656
"manylinux1_x86_64", "manylinux1_i686",
57-
"linux_armv7l",
57+
"linux_armv6l", "linux_armv7l",
5858
}
5959
# macosx is a little more complicated:
6060
_macosx_platform_re = re.compile("macosx_10_(\d+)+_(?P<arch>.*)")

0 commit comments

Comments
 (0)