html-extract / hext

Domain-specific language for extracting structured data from HTML documents
https://hext.thomastrapp.com
Apache License 2.0
52 stars 3 forks source link

Linux Releases for Python: Update build process to use manylinux_2_28 instead of manylinux2014 #34

Closed thomastrapp closed 2 months ago

thomastrapp commented 2 months ago

The docker image quay.io/pypa/manylinux2014_x86_64 has reached EOL on June 30th, 2024 [See pypa/manylinux].

Further, I expect that the new image manylinux_2_28 will fix the currently broken build process due to the outdated glibc on manylinux2014.

Background info on Github Actions and "manylinux":

thomastrapp commented 2 months ago

This is fixed. Hext for Python now requires Glibc version ≥2.28 which was released in August of 2018.