Aug 4, 2023
Wait, what's this?!
Oh, whew, it's not significant:
Deprecated since version 3.13, will be removed in version 3.15: The undocumented keyword argument syntax for creating NamedTuple classes (NT = NamedTuple("NT", x=int)) is deprecated, and will be disallowed in 3.15. Use the class-based syntax or the functional syntax instead.
I had never heard of this, even, because it's undocumented!