Skip to content
Snippets Groups Projects
Commit bfd4c45e authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Lars Bilke
Browse files

[cmake] Set python version's upper limit to 3.14

parent 018d0921
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,7 @@ if(OGS_USE_PIP)
execute_process(
COMMAND
${CMAKE_COMMAND} -DPROJECT_BINARY_DIR=${PROJECT_BINARY_DIR}
# TODO: set upper limit to <3.14 after 6.5.4. release
-Dpython_version=${ogs.minimum_version.python}...<3.13
-Dpython_version=${ogs.minimum_version.python}...<3.14
-DUV_TOOL_PATH=${UV_TOOL_PATH} -P
${PROJECT_SOURCE_DIR}/scripts/cmake/PythonCreateVirtualEnv.cmake
WORKING_DIRECTORY ${PROJECT_BINARY_DIR} COMMAND_ECHO STDOUT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment