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

Update versioneer from 0.17 to 0.29 #156

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Conversation

musicinmybrain
Copy link
Contributor

Fixes Python 3.12 compatibility.

This PR was produced by:

python3 -m venv _e
. _e/bin/activate
pip install versioneer
versioneer install
deactivate

Versioneer 0.17 is not compatible with Python 3.12 because it uses configparser.SafeConfigParser; this was renamed to configparser.ConfigParser in Python 3.2, and the deprecated alias is finally removed in Python 3.12.

@musicinmybrain musicinmybrain changed the title Update versioneer from 0.17 to 0.28 Update versioneer from 0.17 to 0.29 Jul 13, 2023
@musicinmybrain
Copy link
Contributor Author

This is still needed. I have rebased the updated versioneer to 0.29 instead of 0.28.

Fixes Python 3.12 compatibility.
@dragly dragly merged commit d6375c8 into CINPLA:dev Aug 17, 2023
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 this pull request may close these issues.

2 participants