Infinidat / infi.instruct

declarative structure marshalling
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Deprecation warning on Python 3.7 #5

Closed drrlvn closed 5 years ago

drrlvn commented 6 years ago

Using abstract base classes directly from collections seems to be deprecated:

/home/drorl/dev/.env/lib/python3.7/site-packages/infi/instruct/buffer/io_buffer.py:118: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working

In Python 3.8 this will stop working entirely.