WebexPythonSDK
WebexPythonSDK copied to clipboard
Python 3.12, versioneer build failure
versioneer.py attempts to use configparser.SafeConfigParser which has been deprecated for a long time, and now removed in Python 3.12, 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