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.
2 parents 1460d55 + 9ba1b9b commit 5261059Copy full SHA for 5261059
cmake/PythonModules.cmake
@@ -141,7 +141,7 @@ if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
141
endif()
142
endforeach()
143
else()
144
- set(PYTHON_SEARCH_VERSIONS 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12)
+ set(PYTHON_SEARCH_VERSIONS 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12 3.13)
145
foreach(PYTHON_DISABLE_VERSION ${PYTHON_DISABLE_VERSIONS})
146
list(REMOVE_ITEM PYTHON_SEARCH_VERSIONS ${PYTHON_DISABLE_VERSION})
147
0 commit comments