python-jsonrpc-server icon indicating copy to clipboard operation
python-jsonrpc-server copied to clipboard

Update Versioneer for Python 3.12 compatibility

Open hugovk opened this issue 3 years ago • 0 comments

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

hugovk avatar May 10 '22 15:05 hugovk