Skip to content

Commit 67064f9

Browse files
committed
Bump up version requirmenent in CMakeLists.txt as well
1 parent d7d82dc commit 67064f9

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
@@ -8,7 +8,7 @@ message(STATUS "CMAKE_BUILD_TYPE set to '${CMAKE_BUILD_TYPE}'")
88
project(varipeps_extensions LANGUAGES CXX)
99

1010
# Try to import all Python components potentially needed by nanobind
11-
find_package(Python 3.10
11+
find_package(Python 3.11
1212
REQUIRED COMPONENTS Interpreter Development.Module
1313
OPTIONAL_COMPONENTS Development.SABIModule)
1414

0 commit comments

Comments
 (0)