From 5be1d17d5fc42c8e664e0382caf07915e5a0bd19 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Fri, 10 Feb 2023 19:56:24 +0000 Subject: [PATCH] add information about lack of possibility of cross compile Poetry projects --- docs/faq.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index ba0eed47..b690ee99 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -20,7 +20,13 @@ Linux wheels are built in [`manylinux`/`musllinux` containers](https://github.co ### Building macOS wheels for Apple Silicon {: #apple-silicon} -`cibuildwheel` supports cross-compiling `universal2` and `arm64` wheels on `x86_64` runners. With the introduction of Apple Silicon, you now have several choices for wheels for Python 3.8+: +`cibuildwheel` supports cross-compiling `universal2` and `arm64` wheels on `x86_64` runners. + +!!! note + Currently it is impossible to cross-compiling project that are using Poetry as a build backend. + Reladed issue [here](https://github.com/python-poetry/poetry/issues/7107) + +With the introduction of Apple Silicon, you now have several choices for wheels for Python 3.8+: #### `x86_64`