palantir / python-jsonrpc-server

A Python 2 and 3 asynchronous JSON RPC server
MIT License
83 stars 36 forks source link

Update Versioneer for Python 3.12 compatibility #56

Closed hugovk closed 1 year ago

hugovk commented 2 years ago

This repo uses an old version of Versioneer, which uses the SafeConfigParser deprecated in Python 3.2 and to be removed in 3.12.

Please update to the newest version of Versioneer for continued compatibility.

python -m pip install -U versioneer
versioneer install