beetbox / beets

music library manager and MusicBrainz tagger
http://beets.io/
MIT License
12.92k stars 1.82k forks source link

CI should test latest Python (stable + alpha) again #5450

Open wisp3rwind opened 1 month ago

wisp3rwind commented 1 month ago

At some point during CI workflow refactoring, tests for the most recent Python versions were removed. These are essential to check for deprecated features in the language and standard library.

Currently, this affects for example #5420 (the issue is not being observed by CI) and #5235 (the change is effectively not tested due to a version check).

snejus commented 1 month ago

I removed support for the latest version here since I found that the tests failed (for some reason). I thought that issue could be addressed in a separate PR where support could be added back.

wisp3rwind commented 1 month ago

Sure, no problem with that! I felt it would be good to have an issue to keep track of that, though :)