bump minimum required Python version (#2891)

This commit is contained in:
Nathan Goldbaum
2025-12-09 16:54:38 -08:00
committed by GitHub
parent b862d842e1
commit 208f5441a7
+1 -1
View File
@@ -273,7 +273,7 @@ target_link_libraries(mlx PRIVATE $<BUILD_INTERFACE:fmt::fmt-header-only>)
if(MLX_BUILD_PYTHON_BINDINGS)
message(STATUS "Building Python bindings.")
find_package(
Python 3.8
Python 3.10
COMPONENTS Interpreter Development.Module
REQUIRED)
execute_process(