From 408af2597a1c888c307ab128ab97037009b47cb5 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Thu, 3 Oct 2024 22:53:22 +0200 Subject: [PATCH] Skip 686 arch --- recipes/lxml/env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/lxml/env.sh b/recipes/lxml/env.sh index 6351340..f24d61a 100644 --- a/recipes/lxml/env.sh +++ b/recipes/lxml/env.sh @@ -1,2 +1,3 @@ export CIBW_SKIP='*-musllinux_* *-macosx_*' +export CIBW_ARCHS_LINUX='auto64' export CIBW_PRERELEASE_PYTHONS=True # Can be removed once Python 3.13 is officially released