arcade icon indicating copy to clipboard operation
arcade copied to clipboard

Typing: Use collections.abc instead of typing module

Open einarf opened this issue 6 months ago • 4 comments
trafficstars

Now that we dropped python 3.9 we can respect the deprecation of the typing module.

We should be using `collections.abc instead. Most members in the typing module are aliases to these anyway.

einarf avatar May 08 '25 06:05 einarf

I can do that

☝ Eruvanos, on Discord

pushfoo avatar May 08 '25 07:05 pushfoo

Should just be find & replace. Possibly avoid gl until @Cleptomania has merged his stuff or it will be conflict hell.

einarf avatar May 08 '25 08:05 einarf

arcade.gl package not covered by #2677 So that can be done after the refactoring is merged

eruvanos avatar May 10 '25 20:05 eruvanos

We will do this after the pyglet-3 branch is merged

eruvanos avatar Jun 16 '25 17:06 eruvanos