python-jsonrpc-server
python-jsonrpc-server copied to clipboard
Update Versioneer for Python 3.12 compatibility
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.
python -m pip install -U versioneer
versioneer install
- https://github.com/python-versioneer/python-versioneer#updating-versioneer