Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
105 stars 72 forks source link

Python 3.10 collections.Mapping #206

Closed mzuenni closed 2 years ago

mzuenni commented 2 years ago

It seems like collections.Mapping does no longer exists since python 3.10. This is used in the __update_dict method in config.py. For me using collections.abc.Mapping fixed the problem. However, I don't know if this also works in older python versions.