File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class _MatlabFinder(build_py):
2424 MATLAB_REL = 'R2021b'
2525
2626 # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
27- MATLAB_VER = '9.11.9 '
27+ MATLAB_VER = '9.11.10 '
2828
2929 # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
3030 SUPPORTED_PYTHON_VERSIONS = set (['3.7' , '3.8' , '3.9' ])
@@ -174,7 +174,7 @@ def _find_matlab_key_from_windows_registry(self, key):
174174 found_vers .append (sub_key )
175175 # Example: the version in the registry could be "9.13.1" whereas our version is "9.13"
176176 # we still want to allow this
177- if self ._check_matlab_release_against_engine (sub_key )
177+ if self ._check_matlab_release_against_engine (sub_key ):
178178 key_value = sub_key
179179 break
180180
You can’t perform that action at this time.
0 commit comments