From 04cdc49fcf6eb5b85057e446a540df55b23b7410 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 18 Nov 2021 17:18:31 -0500 Subject: [PATCH] Update options.md --- docs/options.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/options.md b/docs/options.md index 8bd40e0f..cf3b6cd5 100644 --- a/docs/options.md +++ b/docs/options.md @@ -149,12 +149,13 @@ select = "cp36-*" manylinux-x86_64-image = "manylinux1" [[tool.cibuildwheel.overrides]] -select = "cp3?-*" -manylinux-x86_64-image = "manylinux2014" +select = "cp3{7,8,9}-*" +manylinux-x86_64-image = "manylinux2010" ``` -This example will build CPython 3.6 wheels on manylinux1, and manylinux2014 -wheels everywhere else. +This example will build CPython 3.6 wheels on manylinux1, CPython 3.7-3.9 +wheels on manylinux2010, and manylinux2014 wheels for any newer Python +(like 3.10). ## Options summary