-
Notifications
You must be signed in to change notification settings - Fork 47
ci: add support for django 3.2 #61
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
ci: add support for django 3.2 #61
Conversation
Hi there @NarenderRajuB @marksweb @vinitkumar! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a couple of minor requests to help the test suite going forwards.
b628fbe
to
b6f6b95
Compare
Codecov Report
@@ Coverage Diff @@
## master #61 +/- ##
=======================================
Coverage 99.63% 99.63%
=======================================
Files 9 9
Lines 541 541
Branches 89 89
=======================================
Hits 539 539
Misses 1 1
Partials 1 1 Continue to review full report at Codecov.
|
Hey! @marksweb I followed your suggestions! Thank you |
@mariajgrimaldi fantastic, thank your for your contribution. |
Great! Thank you @marksweb |
@mariajgrimaldi I can't actually do releases but I've raised with the team the fact that this needs a 3.2 compatible release following these changes 👍 |
@marksweb Thanks so much for looking into this. Have you had any news from the team? Do you know what the ETA for the 3.2 compatible release is? |
Hi @natabene @mariajgrimaldi I just wanted to let you know that our contributor team is looking into this. You can find us in Slack in #release-management (you are welcome to join us by the way). I hope it will be released as soon as possible. But we still have to clarify a few things internally first. About us: The django-cms project (and all other projects that are part of the django CMS Github organization) is officially supported by the non-profit django CMS Association. We are a group of volunteers (individuals, agencies, companies, universities, etc.) who want to keep django-cms (and its ecosystem) alive and take it to the next level. The project(s) is/are entirely community driven. So we rely on the power of the community. Everyone is welcome to join us. For more information, feel free to contact me at nicolai@django-cms.org or join us on Slack (link above). Thank you :) |
Description
This PR supports Django 3.2 in CI as the Open edX community effort to give Django 3.2 support to all its dependencies. Here's the issue if you're interested.