Skip to content

Commit d6f5d31

Browse files
kpayson64dstufft
authored andcommitted
Add linux_armv7l as a supported wheel type (#2010)
1 parent 3182d61 commit d6f5d31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

warehouse/forklift/legacy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"any",
5555
"win32", "win_amd64", "win_ia64",
5656
"manylinux1_x86_64", "manylinux1_i686",
57+
"linux_armv7l",
5758
}
5859
# macosx is a little more complicated:
5960
_macosx_platform_re = re.compile("macosx_10_(\d+)+_(?P<arch>.*)")

0 commit comments

Comments
 (0)