From 9c36d85eee764ce4a5e9556a6a40374028133406 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 16 Jun 2021 22:33:32 -0400 Subject: [PATCH] docs: update wording on AS (#714) Python 3.8+ supports this now. Unlikely to ever be back-ported further. --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index bd58ed5b..de69afe9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -84,7 +84,7 @@ by default, and require opt-in by setting `CIBW_ARCHS_MACOS`. !!! note Your runner needs Xcode Command Line Tools 12.2 or later to build `universal2` or `arm64`. - So far, only CPython 3.9 supports `universal2` and `arm64` wheels. + Only CPython 3.8 and newer support `universal2` and `arm64` wheels. Here's an example GitHub Actions workflow with a job that builds for Apple Silicon: