@@ -165,7 +165,7 @@ def build_libraries(self, libraries):
165165 cmdclass = {"build_clib" : BuildClib , "build_ext" : BuildExt },
166166 libraries = [libevent ],
167167 ext_modules = ext_modules ,
168- python_requires = ">=3.9 " ,
168+ python_requires = ">=3.10 " ,
169169 install_requires = [
170170 "numpy >= 1.20" ,
171171 "prettytable >= 3.9.0" ,
@@ -178,13 +178,11 @@ def build_libraries(self, libraries):
178178 ':python_version < "3.11"' : ["StrEnum >= 0.4.15" ],
179179 "Dev" : ["pytest>=7.4.0" , "pytest-cov>=4.1.0" , "ruff>=0.4.10" ],
180180 "Matlab_latest" : ["matlabengine" ],
181- "Matlab_2024a" : ["matlabengine == 24.1.*" ],
181+ "Matlab_2025a" : ["matlabengine == 25.1.*" ],
182+ "Matlab_2024b" : ["matlabengine == 24.2.2" ],
183+ "Matlab_2024a" : ["matlabengine == 24.1.4" ],
182184 "Matlab_2023b" : ["matlabengine == 23.2.3" ],
183185 "Matlab_2023a" : ["matlabengine == 9.14.3" ],
184- "Matlab_2022b" : ["matlabengine == 9.13.9" ],
185- "Matlab_2022a" : ["matlabengine == 9.12.19" ],
186- "Matlab_2021b" : ["matlabengine == 9.11.21" ],
187- "Matlab_2021a" : ["matlabengine == 9.10.3" ],
188186 },
189187 zip_safe = False ,
190188)
0 commit comments