-
Notifications
You must be signed in to change notification settings - Fork 3
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
Implement Python 3.11 support in 2U Owned repos #553
Comments
I believe we need a ticket spun off of this one to track getting devstack upgraded to 3.11. @UsamaSadiq can you create this? |
Devstack was updated to have support for Python 3.11 in lms/cms images. Rest of the services have been updated to have Python 3.12 only the edx-analytics-dashboard repo is left which is in progress right now. |
@UsamaSadiq Hello! The following two repositories also need Python upgrades. Could you help us with this? Thank you! |
Disclaimer
Python 3.12
was the target version, but after identifying major changes needed forPython 3.12
support, it was decided to release theredwood
version withPython 3.11
support instead. The following pending PRs have been updated instead to addPython 3.11
support.Description
Python 3.11
testing and drop testing forDjango 3.2
Python<3.11
in a follow up issue.Instructions
Complete the following checklist where applicable to mark the PR as Done
Check list
tox
andgithub actions CI
tox
andgithub actions CI
Python 3.11
are passingRepositories
The text was updated successfully, but these errors were encountered: