@@ -24,7 +24,7 @@ class _MatlabFinder(build_py):
2424 MATLAB_REL = 'R2023b'
2525
2626 # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
27- MATLAB_VER = '9.15.1a11 '
27+ MATLAB_VER = '9.15.2 '
2828
2929 # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
3030 SUPPORTED_PYTHON_VERSIONS = set (['3.9' , '3.10' , '3.11' ])
@@ -415,7 +415,7 @@ def run(self):
415415 setup (
416416 name = "matlabengine" ,
417417 # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
418- version = "9.15.1a11 " ,
418+ version = "9.15.2 " ,
419419 description = 'A module to call MATLAB from Python' ,
420420 author = 'MathWorks' ,
421421 license = "LICENSE.txt, located in this repository" ,
@@ -441,8 +441,9 @@ def run(self):
441441 "Intended Audience :: Developers" ,
442442 # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
443443 "Programming Language :: Python :: 3.9" ,
444- "Programming Language :: Python :: 3.10"
444+ "Programming Language :: Python :: 3.10" ,
445+ "Programming Language :: Python :: 3.11"
445446 ],
446447 # MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
447- python_requires = ">=3.9, <3.11 "
448+ python_requires = ">=3.9, <3.12 "
448449 )
0 commit comments