Superbird11 / ranges

Continuous Range, RangeSet, and RangeDict data structures for Python
MIT License
101 stars 10 forks source link

Direct ABC import from collections is deprecated #11

Closed lmmx closed 3 years ago

lmmx commented 3 years ago

Little fix, since I noticed I was getting this warning:

python3.8/site-packages/ranges/_helper.py:1: DeprecationWarning: Using or importing the ABCs from collections instead of from collections.abc is deprecated since Python 3.3, and in 3.10 it will stop working

regarding line 1 of _helper.py, and since Python 3.10 is only 3 months away I don't want to see this package stop working! :grinning: