Skip to content

Update Versioneer to replace deprecated SafeConfigParser() #2

@fcotizelati

Description

@fcotizelati

Hello,

I've noticed that versioneer.py uses configparser.SafeConfigParser(), which is no longer available for Python>=3.12.

Perhaps a potential fix could be to use configparser.RawConfigParser() (or configparser.ConfigParser(), depending on the desired behavior) instead?

Thanks for your attention to this matter!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions