fix documentation from review

This commit is contained in:
mattip
2021-11-21 14:37:12 +01:00
committed by mayeut
parent 330355b5e3
commit 116dc34be3
+4
View File
@@ -147,6 +147,10 @@ manylinux-x86_64-image = "manylinux2014"
[[tool.cibuildwheel.overrides]]
select = "cp36-*"
manylinux-x86_64-image = "manylinux1"
[[tool.cibuildwheel.overrides]]
select = "cp3?-*"
manylinux-x86_64-image = "manylinux2014"
```
This example will build CPython 3.6 wheels on manylinux1, and manylinux2014