File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,6 +232,18 @@ guide includes an introduction to writing a
232232Building binary extensions
233233==========================
234234
235+ Building extensions for multiple platforms
236+ ------------------------------------------
237+
238+ If you plan to distribute your extension, you should provide
239+ :term: `wheels <Wheel> ` for all the platforms you intend to support. For most
240+ extensions, this is at least one package per Python version times the number of
241+ OS and architectures you support. These are usually built on continuous
242+ integration (CI) systems. There are tools to help you build highly
243+ redistributable binaries from CI; these include :ref: `cibuildwheel ` and
244+ :ref: `multibuild `.
245+
246+
235247Binary extensions for Windows
236248-----------------------------
237249
You can’t perform that action at this time.
0 commit comments