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

Ensure support for Python 3.12 #123

Closed Mr0grog closed 11 months ago

Mr0grog commented 11 months ago

This package mostly works for Python 3.12 (testing with 3.12.0rc2, which Python Core expects to be the final release candidate), but has some tooling issues:

I aim to get all this cleared up this week and cut a release with support on Monday, September 25, 2023, since the planned final release date for Python 3.12.0 is two weeks from today (Monday, October 2, 2023).

Mr0grog commented 11 months ago

Published 0.4.3a1 to PyPI, which seems to install and work well on Python 3.12.0rc2 for me. I think we can consider this good.

I’d like to take some time this weekend and try to solve #116 and #119 as well in the final release of v0.4.3 on Monday.