Python 3.10 compatibility
From python3.3, Mapping was moved from collections to collections.abc.
Until python3.10, only a warning was shown, but from 3.10, it causes an error.
From python3.3, Mapping was moved from collections to collections.abc.
Until python3.10, only a warning was shown, but from 3.10, it causes an error.