From 208f5441a756b531aaab5e491f41944c192853f2 Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Tue, 9 Dec 2025 17:54:38 -0700 Subject: [PATCH] bump minimum required Python version (#2891) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3487c22c5..2451aa654 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -273,7 +273,7 @@ target_link_libraries(mlx PRIVATE $) 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(