django-celery-beat
django-celery-beat copied to clipboard
deps: support django 4.1
https://github.com/celery/django-celery-beat/pull/567
How is this going?
not sure why py3.7 is failing
@auvipy Upstream error by kombu & celery, caused by using importlib-metadata API which is deprecated at 5.0.0
Both libs have been fixed and merged but in 5.3.0 milestone.
https://github.com/celery/kombu/pull/1601 https://github.com/celery/celery/pull/7785
Only python < 3.8 needs importlib-metadata, which is why only python37 breaks here.
open #591 to prove.
rebase should pass 3.7