-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add support for the Open edX Redwood release #289
Conversation
d56828c
to
b16a4f9
Compare
Changelog.md
Outdated
------------------------- | ||
* [Enhancement] Update requirements to keep in sync with `edx-platfom` | ||
and support the Open edX Redwood release. | ||
* [BREAKING CHANGE] Update the import statements for `xblock-utils`. |
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.
Just checking: can't we make this a non-breaking change by using a try
/except
block on the import
statements and catching the ImportError
?
0eda8bf
to
09729ca
Compare
We have some tests breaking here (complaining about |
Yes, I am still working on this, I reverted to |
ecceef9
to
9b559ee
Compare
Sorry, hold on, I fat-fingered my approval and I can't find a quick way to undo it. |
* Update the test matrix to test: - Python 3.8 & Xblock 1.8 (Quince) - Python 3.11,3.12 & Xblock 4.0 (Redwood) * Update requirements to keep in sync with edx-platform * Update import logic to accomodate breaking changes between Xblock>=2 and XBlock<2 versions.
No description provided.