WebexPythonSDK icon indicating copy to clipboard operation
WebexPythonSDK copied to clipboard

Python 3.12, versioneer build failure

Open scop opened this issue 3 years ago • 0 comments

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

scop avatar Jan 07 '23 15:01 scop