diff --git a/recipes/lxml/env.sh b/recipes/lxml/env.sh index 2fc6302..f24d61a 100644 --- a/recipes/lxml/env.sh +++ b/recipes/lxml/env.sh @@ -1,2 +1,3 @@ -export CIBW_BUILD='cp313-*' +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 diff --git a/recipes/lxml/meta.yaml b/recipes/lxml/meta.yaml index fbde8f7..0311ec9 100644 --- a/recipes/lxml/meta.yaml +++ b/recipes/lxml/meta.yaml @@ -1,3 +1,3 @@ --- name: lxml -version: "5.2.2" +version: "5.3.0"