pip-installable binaries (wheels) for the extended version of the Hugo static site generator with powerful cross-compilation (note: unofficial, community-maintained)
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).
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 (butmanylinux_2_24
gets added too, for some reason – which shouldn't be a problem).Closes #56 Closes #32 Closes #15