Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Versioneer installation incompatible with Python 3.12 #231

Closed
mih opened this issue Oct 9, 2023 · 0 comments · Fixed by #232
Closed

Versioneer installation incompatible with Python 3.12 #231

mih opened this issue Oct 9, 2023 · 0 comments · Fixed by #232

Comments

@mih
Copy link
Member

mih commented Oct 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant