datalad / datalad-container

DataLad extension for containerized environments
http://datalad.org
Other
11 stars 17 forks source link

Versioneer installation incompatible with Python 3.12 #231

Closed mih closed 1 year ago

mih commented 1 year ago

It has

configparser.SafeConfigParser()

this is from PY2 and was never officially supported in PY3. 3.12 seems to have removed it finally.

Cannot say when versioneer fixed that, but the 0.23 install in the extension template is already clean.

datalad-container has versioneer 0.18 still. Current is 0.29.