From bd78e4f192171c605a991a790ab82f64464a09b3 Mon Sep 17 00:00:00 2001 From: Taylor McDonnell Date: Wed, 30 Nov 2022 10:54:02 -0700 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index c379794..c5671a4 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ | :exclamation: This package cannot be used with MATLAB 2022a/2022b because these versions are currently incompatible with [MATLAB.jl](https://github.com/JuliaInterop/MATLAB.jl). | |-----------------------------------------| -| :exclamation: This package supports Julia 1.6, but does not currently support Julia 1.8. | -|-----------------------------------------| - `Mex.jl` requires MATLAB and Julia along with a C++ compiler configured to work with MATLAB's `mex` command, the last is required for building the `mexjulia` MEX function. You can check that a compiler is properly configured by executing: ```