Support Python 3.10+ (on CI) and remove redundant Self imports (#2553)

* ci(workflows): add Python version matrix (3.10-3.12) for tests

* refactor: remove explicit Self import from typing

Python 3.10+ natively supports Self type annotation without explicit imports

* chore: rename external_memory file test

---------

Co-authored-by: Lorenze Jay <63378463+lorenzejay@users.noreply.github.com>
This commit is contained in:
Lucas Gomide
2025-04-10 15:37:24 -03:00
committed by GitHub
parent 37979a0ca1
commit d2caf11191
4 changed files with 9 additions and 7 deletions