beets icon indicating copy to clipboard operation
beets copied to clipboard

CI should test latest Python (stable + alpha) again

Open wisp3rwind opened this issue 1 year ago • 2 comments

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).

wisp3rwind avatar Sep 30 '24 09:09 wisp3rwind

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.

snejus avatar Sep 30 '24 13:09 snejus

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

wisp3rwind avatar Sep 30 '24 20:09 wisp3rwind