QuTech-Delft / OpenSquirrel

A flexible (Python-based) quantum program compiler
Apache License 2.0
4 stars 1 forks source link

End of life Python3.8 #227

Open S-Linde opened 2 months ago

S-Linde commented 2 months ago

Oktober 2024 marks the end of life of Python 3.8 (see).

If we stop supporting python38 at this point it would mean that annotations like dict[str, int] and list[float] are valid and no longer need an from __future__ import annotations fix at the top of the file. These should then thus be removed.