Skip to content

Commit e539687

Browse files
committed
update python version requirement
1 parent 010fa74 commit e539687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ endif()
6060

6161
if(GC_ENABLE_BINDINGS_PYTHON)
6262
include(MLIRDetectPythonEnv)
63-
find_package(Python 3.11 REQUIRED COMPONENTS Interpreter NumPy REQUIRED)
63+
find_package(Python 3.10 REQUIRED COMPONENTS Interpreter NumPy REQUIRED)
6464
mlir_configure_python_dev_packages()
6565
endif()
6666

0 commit comments

Comments
 (0)