diff --git a/recipes/lxml/env.sh b/recipes/lxml/env.sh new file mode 100644 index 0000000..5b45f89 --- /dev/null +++ b/recipes/lxml/env.sh @@ -0,0 +1,2 @@ +export CIBW_BUILD='cp313-*' +export CIBW_PRERELEASE_PYTHONS=True diff --git a/recipes/lxml/meta.yaml b/recipes/lxml/meta.yaml new file mode 100644 index 0000000..a7a90b1 --- /dev/null +++ b/recipes/lxml/meta.yaml @@ -0,0 +1,3 @@ +--- +name: lxml +version: "4.9.4"