Skip to content

Fix compatibility with Python 3.10

Kalev Lember requested to merge wip/kalev/python3.10 into master

Python 3.10 removed aliases to Collections Abstract Base Classes that were deprecated in Python 3.3.

Fix this by just using collections.abc directly without using the alias.

https://docs.python.org/3.10/whatsnew/changelog.html#python-3-10-0-alpha-5

Merge request reports