PyMemoize icon indicating copy to clipboard operation
PyMemoize copied to clipboard

Added support for Python3.10 by fixing collections references

Open azgar-taj opened this issue 11 months ago • 0 comments

Collections has dropped support for importing abstract classes directly from collections and added them to collections.abc These changes are compatible across python 3.3 to 3.10+.

azgar-taj avatar Apr 03 '24 18:04 azgar-taj