trio icon indicating copy to clipboard operation
trio copied to clipboard

Drop python3.8 support

Open jakkdl opened this issue 1 year ago • 1 comments

3.8 is EOL since 2024-10-07, so we can now drop support for it. This includes CI updates, running pyupgrade (which ruff looks like it reimplements), and identify 3.8-specific code and tests that can be removed.

(We can also edit the CI config to indicate 3.13 is fully released, and experiment with adding 3.14 to CI when there are builds available)

jakkdl avatar Oct 09 '24 10:10 jakkdl

I don't think this is a good first issue. There's lots of fiddling around with linters involved

graingert avatar Oct 19 '24 22:10 graingert