celery / django-celery-results

Celery result back end with django
Other
668 stars 206 forks source link

Django 5 support #420

Open Mapiarz opened 5 months ago

Mapiarz commented 5 months ago

Does the latest version work with Django 5? Anybody tried it? Is there a release planned with Django 5 support?

BradleyKirton commented 4 months ago

Hi there, I am using it on django==5.0.2 and have not encountered any issues yet :smile:

charlesobrien commented 4 months ago

@auvipy I made a draft PR to incorporate testing into CI/test matrix, would appreciate a review and merge if able. https://github.com/celery/django-celery-results/pull/425

@Mapiarz @BradleyKirton

auvipy commented 4 months ago

thanks for the PR

charlesobrien commented 3 months ago

@auvipy Since there don't appear to be any Django 5 specific blockers and the test suite is passing (PR available to merge - https://github.com/celery/django-celery-results/pull/425), is there anything else needed to prep a PyPI release to update the official compatibility?

Would you like a PR to update the classifiers in setup.py?