django-celery-beat icon indicating copy to clipboard operation
django-celery-beat copied to clipboard

deps: support django 4.1

Open csrftoken opened this issue 2 years ago • 1 comments

csrftoken avatar Sep 19 '22 16:09 csrftoken

https://github.com/celery/django-celery-beat/pull/567

benedikt-bartscher avatar Sep 20 '22 07:09 benedikt-bartscher

How is this going?

evanlesmez avatar Sep 30 '22 17:09 evanlesmez

not sure why py3.7 is failing

auvipy avatar Oct 12 '22 13:10 auvipy

@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.

goatwu1993 avatar Oct 12 '22 18:10 goatwu1993

rebase should pass 3.7

goatwu1993 avatar Oct 13 '22 08:10 goatwu1993