sarugaku / resolvelib

Resolve abstract dependencies into concrete ones
ISC License
142 stars 31 forks source link

Fix mypy on Python 3.10 #95

Closed notatallshaw closed 2 years ago

notatallshaw commented 2 years ago

As collections.Mapping and collections.Sequence have been removed, fixes CI workflow as it uses Python 3.10.

Using pyi as per https://github.com/sarugaku/resolvelib/pull/94#issuecomment-955782467