You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
Python 3.9 removed importing ABC from collections module directly in python/cpython#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