From ed320412b0ff31ff4111ee175c8b431894cbbd3f Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Thu, 16 Feb 2023 18:20:37 +0000 Subject: [PATCH] fix note text --- docs/faq.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index aea2726d..108ac97a 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -27,8 +27,7 @@ Linux wheels are built in [`manylinux`/`musllinux` containers](https://github.co Related issue [here](https://github.com/python-poetry/poetry/issues/7107). Some packages can be built with arm64 wheels, but their tags 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)." + As a workaround, the tag should be fixed before running delocate to repair the wheel. With the introduction of Apple Silicon, you now have several choices for wheels for Python 3.8+: