You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to Django 4.2 just recently, there is already an alpha release of Django 5.0. The official release is scheduled for 2023-12-04. We could add another test case to catch breaking changes early on. Dependabot would also send us a PR in December, but it might be nice to be prepared for this update, with Django being rdmo's main dependency.
Affected
Admins, Devs
Notes
In GitHub Actions:
add django5 matrix entry, using include
in tests step add pip install django ~5 at the end
Django cannot be updated to 5.0, because it will drop Support for Python <= 3.10.
Django 4.2 is a LTS version, that receives extended support until 2026. Python 3.9 EOLs in 2025.
Django 4.2 is here to stay for the next two years.
Rationale / Begründung
After updating to Django 4.2 just recently, there is already an alpha release of Django 5.0. The official release is scheduled for 2023-12-04. We could add another test case to catch breaking changes early on. Dependabot would also send us a PR in December, but it might be nice to be prepared for this update, with Django being rdmo's main dependency.
Affected
Admins, Devs
Notes
In GitHub Actions:
References / Verweise
The text was updated successfully, but these errors were encountered: