From 576b406c7e102068526718e44a8878327c693764 Mon Sep 17 00:00:00 2001 From: Andrew Simms Date: Thu, 14 Dec 2023 15:00:45 -0700 Subject: [PATCH] Docs: Add legend to MATLAB/Python compatibility table --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62c1bdc3..162b8832 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,13 @@ MHKiT-MATLAB supports the following combinations of MATLAB and Python versions.[ | | R2021b | R2022a | R2022b | R2023a | R2023b | | ---- | ------ | ------ | ------ | ------ | ------ | -| 3.11 | | | | | ✓ | -| 3.10 | | | ✓ | ✓ | ✓ | +| 3.11 | - | - | - | - | ✓ | +| 3.10 | - | - | ✓ | ✓ | ✓ | | 3.9 | ✓ | ✓ | ✓ | ✓ | ✓ | -| 3.8 | ✓ | ✓ | ✓ | ✓ | | +| 3.8 | ✓ | ✓ | ✓ | ✓ | - | + +- ✓: MATLAB/Python versions compatible +- -: MATLAB/Python versions not compatible Before installing MHKiT-MATLAB, please ensure your system has compatible versions of Python and MATLAB installed per the table above.