-
Notifications
You must be signed in to change notification settings - Fork 99
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
fix: Added support for django42 #900
Conversation
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.
Let's also run github ci moderniser to start running tests with Django 4.2 as well.
@UsamaSadiq done! |
.github/workflows/ci.yml
Outdated
python-version: [3.8] | ||
db-version: ['mysql57', 'mysql80'] | ||
db-version: ['mysql80'] |
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.
Instead of dropping mysql57
altogether from tests, you need to do this: https://github.com/openedx/edx-platform/pull/33144/files#diff-52157910c28bbdd89808e961700cb0f625915134df2bb6f1f403c79cda7dee34R26-R28
Issue: #898