multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Remove `typing_extensions` dependency #302

Open maarten-ic opened 3 weeks ago

maarten-ic commented 3 weeks ago

Since Python 3.8 all used features from typing_extensions are also provided by the typing stdlib. Use those instead.