edgi-govdata-archiving / wayback

A Python API to the Internet Archive Wayback Machine
https://wayback.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
61 stars 12 forks source link

Upgrade Versioneer to v0.29 #122

Closed Mr0grog closed 11 months ago

Mr0grog commented 11 months ago

The version of Versioneer we were previously on (v0.18) does not appear to be compatible with Python 3.12 (testing with 3.12.0.rc2). Upgrading Versioneer fixes the issue. This sticks with our current install method (vendored) and does not upgrade to Versioneer’s newer “build-time” mode (which is still marked as experimental).

Mr0grog commented 11 months ago

Part of #123.

Mr0grog commented 11 months ago

Versioneer no longer lists support for Python 3.6 (which we still support here), but it still seems to work fine. And should be a non-issue in release builds, where most of the Versioneer code gets replaced with literal content.