Skip to content

Commit 48d6352

Browse files
authored
docs: Document upgrade path from v3.x to v4.x (#363)
Add upgrade instructions for Aspects v3.x to v4.x and note breaking changes related to Python version.
1 parent f1c0623 commit 48d6352

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/technical_documentation/how-tos/02_upgrade.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,19 @@ Aspects version Compatible with Open edX named version
5555
=============== ======================================
5656
v1.x Nutmeg through Quince
5757
v2.x Redwood through Teak
58-
v3.x Ulmo and later
58+
v3.x Ulmo
59+
v4.x Verawood and later
5960
=============== ======================================
6061

6162

63+
Upgrading v3.x to v4.x
64+
----------------------
65+
66+
Breaking Changes
67+
================
68+
69+
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.
70+
6271
Upgrading v2.5 to v3.x
6372
----------------------
6473

0 commit comments

Comments
 (0)