From c7643f08e756dfd6ece75b106bd7950ea7bb3423 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Tue, 14 Feb 2023 13:31:20 +0000 Subject: [PATCH] update information about poetry state --- docs/faq.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 073b3a94..78bf8e19 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -23,8 +23,13 @@ Linux wheels are built in [`manylinux`/`musllinux` containers](https://github.co `cibuildwheel` supports cross-compiling `universal2` and `arm64` wheels on `x86_64` runners. !!! note - Currently it is impossible to cross-compile project that uses Poetry as a build backend. - Reladed issue [here](https://github.com/python-poetry/poetry/issues/7107) + Currently it is not fully supported to cross-compile project that uses Poetry as a build backend. + Reladed issue [here](https://github.com/python-poetry/poetry/issues/7107). + Some packages can be built with arm64 wheels, but their file names will be incorrect, + with the platform tag showing `x86_64` instead of `arm64`. + As a workaround, the file can be renamed before running delocate to repair the wheel. + For further details, please refer to this (https://github.com/pypa/cibuildwheel/pull/1416#discussion_r1105217074)." + With the introduction of Apple Silicon, you now have several choices for wheels for Python 3.8+: