basho / riak-python-client

The Riak client for Python.
Apache License 2.0
321 stars 183 forks source link

Use ABC imports from collections.abc for Python 3.9 compatibility #538

Open tirkarthi opened 4 years ago

tirkarthi commented 4 years ago

Python 3.9 removed importing ABC from collections module directly in https://github.com/python/cpython/pull/10596. This was deprecated since Python 3.4.

I noticed these deprecation warnings in Travis CI for celery : https://travis-ci.org/celery/celery/jobs/632293936#L3181-L3195