stdlib-list icon indicating copy to clipboard operation
stdlib-list copied to clipboard

Update Versioneer to 0.22

Open hugovk opened this issue 2 years ago • 0 comments

Versioneer used to use deprecated ConfigParser APIs which will be removed in Python 3.12:

  • https://github.com/python/cpython/pull/92503
  • https://bugzilla.redhat.com/show_bug.cgi?id=2022350

Let's update to the new one:

python -m pip install -U versioneer
versioneer install
  • https://github.com/python-versioneer/python-versioneer#updating-versioneer

hugovk avatar May 10 '22 14:05 hugovk