From ad5668c0fede0aff1a10e378b69ff72e0bdbce88 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Thu, 30 Apr 2026 14:32:01 -0400 Subject: [PATCH] docs: Document upgrade path from v3.x to v4.x Add upgrade instructions for Aspects v3.x to v4.x and note breaking changes related to Python version. --- docs/technical_documentation/how-tos/02_upgrade.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/technical_documentation/how-tos/02_upgrade.rst b/docs/technical_documentation/how-tos/02_upgrade.rst index 57b511c..575e9fa 100644 --- a/docs/technical_documentation/how-tos/02_upgrade.rst +++ b/docs/technical_documentation/how-tos/02_upgrade.rst @@ -55,10 +55,19 @@ Aspects version Compatible with Open edX named version =============== ====================================== v1.x Nutmeg through Quince v2.x Redwood through Teak -v3.x Ulmo and later +v3.x Ulmo +v4.x Verawood and later =============== ====================================== +Upgrading v3.x to v4.x +---------------------- + +Breaking Changes +================ + +Aspects v4 now uses Python 3.12 to match the Verawood release of Tutor. If you are running a named release before Verawood, you will need to upgrade to Verawood or later before upgrading Aspects to v4. + Upgrading v2.5 to v3.x ----------------------