Skip to content

versioneer: update to 0.29

Jérome Perrin requested to merge jerome/apachedex:py3.13 into master

To make this package compatible with python3.13 and buildout, where distutils is not present.

This was made by running:

uv run --with versioneer==0.29 versioneer install

and making a commit with the modified files.

Merge request reports