davidfstr / Crystal-Web-Archiver

Downloads websites for long-term archival.
http://dafoster.net/projects/crystal-web-archiver
60 stars 5 forks source link

Quality: Run CI on latest supported Python version #202

Open davidfstr opened 5 months ago

davidfstr commented 5 months ago

Currently CI is run with Python 3.8 and 3.9. However the latest supported Python version is 3.11 (according to the pyproject.toml file).

This is a problem because any breakage that occurs in Python 3.11 will not be detected by CI. For folks installing crystal from source via PyPI, such a breakage would be embarassing.

David wants CI to be run on Python 3.11 for at least one operating system to detect such breakages before users do.

Rabbit Holes