DataBiosphere / toil

A scalable, efficient, cross-platform (Linux/macOS) and easy-to-use workflow engine in pure Python.
http://toil.ucsc-cgl.org/.
Apache License 2.0
900 stars 240 forks source link

Remove python3.8 testing. #5126

Closed DailyDreaming closed 1 month ago

DailyDreaming commented 1 month ago

We've reached End of Life for python3.8.

Changelog Entry

To be copied to the draft changelog by merger:

Reviewer Checklist

Merger Checklist

mr-c commented 1 month ago

Woohoo! Shall I add a commit with the result of running pyupgrade --py39-plus on the entire codebase?

See https://github.com/DataBiosphere/toil/pull/5128 for a preview (but please merge the commits, do not squash them)

DailyDreaming commented 1 month ago

Woohoo! Shall I add a commit with the result of running pyupgrade --py39-plus on the entire codebase?

See #5128 for a preview (but please merge the commits, do not squash them)

I'll bring #5128 up tomorrow with Adam. Thanks for suggesting it.