diff --git a/docs/options.md b/docs/options.md index d3b5bbcf..8bd40e0f 100644 --- a/docs/options.md +++ b/docs/options.md @@ -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