This repo uses an old version of Versioneer, which uses the `SafeConfigParser` deprecated in Python 3.2 and to be removed in 3.12. * https://github.com/python/cpython/pull/92503 * https://bugzilla.redhat.com/show_bug.cgi?id=2026768 Please update to the newest version of Versioneer for continued compatibility. ```sh python -m pip install -U versioneer versioneer install ``` * https://github.com/python-versioneer/python-versioneer#updating-versioneer