From 8e80c5ce92647a5a65ab558aabf7073baef51929 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Thu, 3 Oct 2024 21:47:02 +0200 Subject: [PATCH] Build lxml for all python versions GLIBC 2.28 is too new for us. --- recipes/lxml/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/lxml/env.sh b/recipes/lxml/env.sh index 2fc6302..6351340 100644 --- a/recipes/lxml/env.sh +++ b/recipes/lxml/env.sh @@ -1,2 +1,2 @@ -export CIBW_BUILD='cp313-*' +export CIBW_SKIP='*-musllinux_* *-macosx_*' export CIBW_PRERELEASE_PYTHONS=True # Can be removed once Python 3.13 is officially released