davidlatwe / montydb

Monty, Mongo tinified. MongoDB implemented in Python !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

importing MutableMapping breaks on Python 3.10

smeng9 opened this issue · comments

Hi seems on Python 3.10 the MutableMapping is moved to collections.abc instead of collections

Ah thanks. Python 3.10 should be in the CI test matrix as well.
Will try fix that soon, but PR is welcomed too. :)