Closed hugovk closed 2 years ago
Versioneer used to use deprecated ConfigParser APIs which will be removed in Python 3.12:
Let's update to the new one:
python -m pip install -U versioneer versioneer install
Thanks for this. I'll merge here, then update to 0.23.
Versioneer used to use deprecated ConfigParser APIs which will be removed in Python 3.12:
Let's update to the new one: