On Wed, Nov 6, 2024 at 3:32 PM Vincent Fazio <vfazio@xxxxxxxxxxx> wrote: > > Support for CPython 3.13 was added to cibuildwheel in 2.21.3 and > advertised by build in 1.2.2.post1. > > Update the dependencies used by generate_pypi_artifacts.sh so CPython > 3.13 wheels are now generated. > > Closes: https://github.com/brgl/libgpiod/issues/106 > Signed-off-by: Vincent Fazio <vfazio@xxxxxxxxxxx> > --- > bindings/python/generate_pypi_artifacts.sh | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/bindings/python/generate_pypi_artifacts.sh b/bindings/python/generate_pypi_artifacts.sh > index c2fb79f..d5dbd31 100755 > --- a/bindings/python/generate_pypi_artifacts.sh > +++ b/bindings/python/generate_pypi_artifacts.sh > @@ -108,8 +108,7 @@ python3 -m "${venv_module}" .venv > venv_python="${temp_dir}/.venv/bin/python" > > # Install build dependencies > -# cibuildwheel 2.18.1 pins the toolchain containers to 2024-05-13-0983f6f > -${venv_python} -m pip install build==1.2.1 cibuildwheel==2.18.1 > +${venv_python} -m pip install build==1.2.2.post1 cibuildwheel==2.21.3 > > LIBGPIOD_VERSION=${src_version} ${venv_python} -m build --sdist --outdir ./dist "${source_dir}" > sdist=$(find ./dist -name '*.tar.gz') > -- > 2.34.1 > > Did I get that right on github - this should wait until the typing and other reworks are in place? Bart