versioneer.py attempts to use `configparser.SafeConfigParser` which has been [deprecated for a long time, and now removed in Python 3.12](https://github.com/python/cpython/blob/v3.11.1/Lib/configparser.py#L1242-L1252), causing build to fail. Upgrading versioneer to a newer version would seem likely to fix this: https://github.com/python-versioneer/python-versioneer/issues/200