coherent-oss / roadmap

A repository for garnering Coherent OSS's cross-project issues at the infrastructure level.
0 stars 0 forks source link

Migrate to PEP 695 by 2027-10 (Python 3.11 end of life) #4

Open bswck opened 8 months ago

bswck commented 8 months ago

As soon as Python 3.11 is no longer supported, find projects that use TypeAlias and migrate them to new syntax type T = ... instead of T: TypeAlias = .... https://peps.python.org/pep-0695/