We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d82dc commit 67064f9Copy full SHA for 67064f9
CMakeLists.txt
@@ -8,7 +8,7 @@ message(STATUS "CMAKE_BUILD_TYPE set to '${CMAKE_BUILD_TYPE}'")
8
project(varipeps_extensions LANGUAGES CXX)
9
10
# Try to import all Python components potentially needed by nanobind
11
-find_package(Python 3.10
+find_package(Python 3.11
12
REQUIRED COMPONENTS Interpreter Development.Module
13
OPTIONAL_COMPONENTS Development.SABIModule)
14
0 commit comments