From 878d9e89a3dd4bb47763e87005f8133c2874b0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 5 May 2024 10:36:24 +0100 Subject: [PATCH] Re-enable building aarch64 wheels. Fixes #1303 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 32c1d81b7..361a7c83e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,3 +115,4 @@ before-build = "pip install -U setuptools-rust && curl https://sh.rustup.rs -sSf [tool.cibuildwheel.linux] skip = "*-musllinux_*" +archs = ["auto", "aarch64"]