FEniCS / ufl

UFL - Unified Form Language

Home Page:https://fenicsproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `typing.Self` once minimum Python version is 3.11

mscroggs opened this issue · comments

After 04 Oct 2026 (Python 3.10 end of life), we should start using typing.Self to annotate function input types (ie undo 86a2140).