Skip to content

Commit

Permalink
fix: compatibility table width
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 22, 2024
1 parent 2a3d4bf commit 9176330
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,29 @@ Add ``EDNX_USE_SIGNAL = True`` in each microsite/tenant that wants to use the pl
Compatibility Notes
--------------------

+------------------+-------------------------+
| Open edX Release | Version |
+==================+=========================+
| Ironwood | < 3.0 |
+------------------+-------------------------+
| Juniper | >= 3.0 < 4.0 |
+------------------+-------------------------+
| Koa | >= 4.0 <= 5.1.3 |
+------------------+-------------------------+
| Lilac | >= 4.0 < 6.2 |
+------------------+-------------------------+
| Maple | >= 6.0 < 12.0 |
+------------------+-------------------------+
| Nutmeg | >= 6.2 < 12.0 |
+------------------+-------------------------+
| Olive | >= 8.0 < 12.0 |
+------------------+-------------------------+
| Palm | >= v11.7.0 < 12.0 |
+------------------+-------------------------+
| Quince | >= v11.7.0 |
+------------------+-------------------------+
| Redwood | >= v11.7.0 |
+------------------+-------------------------+
+------------------+--------------------+
| Open edX Release | Version |
+==================+====================+
| Ironwood | < 3.0 |
+------------------+--------------------+
| Juniper | >= 3.0 < 4.0 |
+------------------+--------------------+
| Koa | >= 4.0 <= 5.1.3 |
+------------------+--------------------+
| Lilac | >= 4.0 < 6.2 |
+------------------+--------------------+
| Maple | >= 6.0 < 12.0 |
+------------------+--------------------+
| Nutmeg | >= 6.2 < 12.0 |
+------------------+--------------------+
| Olive | >= 8.0 < 12.0 |
+------------------+--------------------+
| Palm | >= v11.7.0 < 12.0 |
+------------------+--------------------+
| Quince | >= v11.7.0 |
+------------------+--------------------+
| Redwood | >= v11.7.0 |
+------------------+--------------------+

⚠️ Since the 6.2 version, eox-tenant does not support Django 2.2

Expand Down

0 comments on commit 9176330

Please sign in to comment.