Update options.md

This commit is contained in:
Henry Schreiner
2021-11-21 14:37:12 +01:00
committed by mayeut
parent 116dc34be3
commit 04cdc49fcf
+5 -4
View File
@@ -149,12 +149,13 @@ select = "cp36-*"
manylinux-x86_64-image = "manylinux1" manylinux-x86_64-image = "manylinux1"
[[tool.cibuildwheel.overrides]] [[tool.cibuildwheel.overrides]]
select = "cp3?-*" select = "cp3{7,8,9}-*"
manylinux-x86_64-image = "manylinux2014" manylinux-x86_64-image = "manylinux2010"
``` ```
This example will build CPython 3.6 wheels on manylinux1, and manylinux2014 This example will build CPython 3.6 wheels on manylinux1, CPython 3.7-3.9
wheels everywhere else. wheels on manylinux2010, and manylinux2014 wheels for any newer Python
(like 3.10).
## Options summary ## Options summary