Add Python 3.11 to default versions to be build (#54) Add Python 3.11 to test workflow, drop 3.6 (#57, #59) Remove Python 3.6 from default versions (#59) Fixes the name of the .whl files to look for in the find command for auditwheel repair from *-linux*.whl to *-manylinux*.whl (enables support for Poetry) (#56) Makes auditwheel show stderr output to the $failed_wheels file (#56) Ignores non-breaking "error" This does not look like a platform wheel when run against pure python wheels, which can be created, for example, under pypy when the build process doesn't produce compiled code (#56) Checks if the $failed_wheels file is not empty instead of whether it exists before exiting with an error (#56) Thanks @agates, @skshetry, and @EwoutH
Fixes for musllinux containers: Install findutils by default (required for find -iregex ... code th...
This release fixes a PyPI installation problem, resulting from a badly-built .whl wheel
Commits 07e3682: build manylinux wheels (Richard Challis) 50ab1bf: prepare for version bump (Richar...
Add Python 3.11 to default versions to be build (#54) Add Python 3.11 to test workflow, drop 3.6 (#5...
New Added musllinux and manylinux_2_28 images PR #52 Thanks, @cielavenir! Changed Made manylinu...
Added support for the new manylinux_2_28 images. These new images are based on AlmaLinux, the commun...
Add support for apk package manager for Alpine-based images (#62, fixes #61) Thanks, @mr-c
Improve the CI support and support building and deploying wheels Fixed issues 62 changes to the buil...
Compatible with Python 3.6 Updated build process to also build wheels for Python 3.
Identical to v1.1. The only difference is a patch of a third-party tool (devlewheel), used when crea...
Added Build wheel for Python 3.12 beta (built against 3.12.0b2) (#594) @hugovk Changed Drop suppo...
adds Windows support adds wheel building for Windows now wheels should be available for python 3.8 t...
This release includes 1cdcd85480734e9e8065f62cf10b4a46eef174eb from #1411 to fully support usage of ...
Python wheel is a beautifully simple format for cross-platform binary distribution. Combining it wit...
Fix an issue in setup.py causing generation of an incompatible wheel for Python 2.7 conda-build con...
Fixes for musllinux containers: Install findutils by default (required for find -iregex ... code th...
This release fixes a PyPI installation problem, resulting from a badly-built .whl wheel
Commits 07e3682: build manylinux wheels (Richard Challis) 50ab1bf: prepare for version bump (Richar...
Add Python 3.11 to default versions to be build (#54) Add Python 3.11 to test workflow, drop 3.6 (#5...
New Added musllinux and manylinux_2_28 images PR #52 Thanks, @cielavenir! Changed Made manylinu...
Added support for the new manylinux_2_28 images. These new images are based on AlmaLinux, the commun...
Add support for apk package manager for Alpine-based images (#62, fixes #61) Thanks, @mr-c
Improve the CI support and support building and deploying wheels Fixed issues 62 changes to the buil...
Compatible with Python 3.6 Updated build process to also build wheels for Python 3.
Identical to v1.1. The only difference is a patch of a third-party tool (devlewheel), used when crea...
Added Build wheel for Python 3.12 beta (built against 3.12.0b2) (#594) @hugovk Changed Drop suppo...
adds Windows support adds wheel building for Windows now wheels should be available for python 3.8 t...
This release includes 1cdcd85480734e9e8065f62cf10b4a46eef174eb from #1411 to fully support usage of ...
Python wheel is a beautifully simple format for cross-platform binary distribution. Combining it wit...
Fix an issue in setup.py causing generation of an incompatible wheel for Python 2.7 conda-build con...
Fixes for musllinux containers: Install findutils by default (required for find -iregex ... code th...
This release fixes a PyPI installation problem, resulting from a badly-built .whl wheel
Commits 07e3682: build manylinux wheels (Richard Challis) 50ab1bf: prepare for version bump (Richar...