Skip the custom docker image specifier for Python 3.7

We'll reenable this when 3.7 is released and dockcross updates :)
This commit is contained in:
Joe Rickerby
2018-06-18 22:35:05 +01:00
parent 0b21df216e
commit e3981db2a6
+2 -1
View File
@@ -1,4 +1,5 @@
{
"CIBW_MANYLINUX1_X86_64_IMAGE": "dockcross/manylinux-x64",
"CIBW_MANYLINUX1_I686_IMAGE": "dockcross/manylinux-x86"
"CIBW_MANYLINUX1_I686_IMAGE": "dockcross/manylinux-x86",
"CIBW_SKIP": "cp37-manylinux*"
}