From 116dc34be33f1eb45255de74495364eed1affd2a Mon Sep 17 00:00:00 2001 From: mattip Date: Thu, 18 Nov 2021 23:08:19 +0200 Subject: [PATCH] fix documentation from review --- docs/options.md | 4 ++++ 1 file changed, 4 insertions(+) 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