alchemy-mock icon indicating copy to clipboard operation
alchemy-mock copied to clipboard

Importing ABC directly from collections will be removed in Python 3.10

Open tirkarthi opened this issue 4 years ago • 2 comments

Importing ABC directly from collections will be removed in Python 3.10 . Use collections.abc for Python 3 and collections for Python 2.

alchemy_mock/comparison.py
150:            elif isinstance(self.expr, collections.Mapping):

tirkarthi avatar Jul 05 '20 14:07 tirkarthi

Any updates on when this Python 3.10 compatibility will be added?

nikhar-arora avatar May 16 '22 01:05 nikhar-arora

Any updates?

mostopalove avatar Feb 11 '24 10:02 mostopalove