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

Stop using deprecated SafeConfigParser #89

Conversation

andyfoston
Copy link

@andyfoston andyfoston commented Dec 23, 2024

From Python 3.2.x until 3.11.x SafeConfigParser has been an alias for ConfigParser, but this has now been removed in Python 3.12.

In order to remain compatible with Python 3.12 onwards, this has now been updated to use ConfigParser.

More information is in: https://docs.python.org/3/whatsnew/changelog.html / python/cpython#92503

Related to: #82

@pkittenis
Copy link
Member

Hi there,

Thanks for the interest.

Versioneer is its own project and has fixed 3.12 support upstream. This project should not be maintaining its own changes.

@pkittenis pkittenis closed this Jan 12, 2025
@ParallelSSH ParallelSSH locked as resolved and limited conversation to collaborators Jan 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants