agriyakhetarpal / hugo-python-distributions

pip-installable binaries (wheels) for the extended version of the Hugo static site generator with powerful cross-compilation (note: unofficial, community-maintained)
https://pypi.org/project/hugo/
Apache License 2.0
14 stars 1 forks source link

Build wheels without ABI/CPython tags, properly repair wheels #63

Closed agriyakhetarpal closed 8 months ago

agriyakhetarpal commented 8 months ago

This PR builds wheels without an ABI tag since there is no CPython extension being built; it relaxes the Python version requirement for the wheels.

The wheels are now tested on pre-release Python versions as an aftermath. The lower end of the Python version being tested is still 3.8, and will be dropped upon Python 3.8's EOL.

The wheels are now tagged with manylinux_2_28 and properly repaired (but manylinux_2_24 gets added too, for some reason – which shouldn't be a problem).

Closes #56 Closes #32 Closes #15