dask / dask-image

Distributed image processing
http://image.dask.org/en/latest/
BSD 3-Clause "New" or "Revised" License
210 stars 47 forks source link

Update versioneer to version 0.29 for compatibility with python 3.12 #357

Closed m-albert closed 6 months ago

m-albert commented 6 months ago

@ericpre reported that the current release doesn't build on conda-forge.

The problem is that the version of versioneer used in dask-image is incompatible with python=3.12 (see e.g. https://github.com/warner/python-spake2/issues/13.)

This PR updates versioneer to version 0.29.

jakirkham commented 6 months ago

/rerun tests

jakirkham commented 6 months ago

Thanks Marvin! 🙏

Restarted CI as one of the gpuCI builds had an error

We may also want to consider getting PR ( https://github.com/dask/dask-image/pull/306 ) in to use pyproject.toml. May still need a bit more work