MarcSerraPeralta / surface-sim

Repository for simulations of surface code experiments
MIT License
0 stars 1 forks source link

Remove `typing` due to deprecation #48

Closed MarcSerraPeralta closed 3 weeks ago

MarcSerraPeralta commented 1 month ago

PEP says that the typing module is deprecated from Python 3.9 (ref PEP 585). I should change from typing to the container types specified in PEP 585.