Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Celery 5 #21

Merged
merged 12 commits into from Nov 25, 2020
Merged

Support Celery 5 #21

merged 12 commits into from Nov 25, 2020

Conversation

clokep
Copy link
Owner

@clokep clokep commented Sep 29, 2020

This is mostly just poking CI / tox configs, but unfortunately Celery 5 removed celery.five (well really vine.five went away, but whatever). These are unnecessary once 2.7 is no longer supported, so they've been replaced by the Python 3 only versions.

This also drops support for Python < 3.6 which are all EOL.

In order to reduce the testing matrix this also only tests on Celery 4.4.x and 5.0.x (and master). I don't think it breaks 4.0 - 4.3, but 4.4 has been out for almost a year now and other versions are unsupported by the Celery team. You should be able to stick to celery-batches 0.3 if you need to support older versions.

@clokep clokep changed the base branch from master to main September 30, 2020 18:45
@clokep clokep closed this Oct 6, 2020
@clokep clokep reopened this Oct 6, 2020
@clokep
Copy link
Owner Author

clokep commented Nov 24, 2020

celery/celery@5b86b35#diff-68882430c12c3126be501795d66c45bb528c1ec4f61f2cc53b4f3764f1a179a1 is a relevant commit that needs to get ported.

@clokep clokep merged commit 5e3b9dd into main Nov 25, 2020
@clokep clokep deleted the celery-5 branch November 25, 2020 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant