-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat!: bump celery and drop python 3.5 #199
Conversation
Signed-off-by: Gabor Boros <[email protected]>
Thanks for the pull request, @gabor-boros! I've created OSPR-6443 to keep track of it in JIRA, where we prioritize reviews. Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
Codecov Report
@@ Coverage Diff @@
## master #199 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 412 412
Branches 64 64
=========================================
Hits 412 412
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@awais786 Thank you for the review! Please not that it would require a release as well to profit get unblocked on Celery side. |
@gabor-boros 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
@gabor-boros I have merged this PR and also released the new version. |
Thank you @iamsobanjaved! We are one step closer |
@gabor-boros Thank you for your contribution. @iamsobanjaved Thanks for reviewing and merging! |
Description
This PR removes Celery<5 pin from requirements, so resolves a dependency conflict in openedx/edx-platform#29046.
Supporting information
For more information, please see the linked PR.