Skip to content
Snippets Groups Projects
Commit 1d6959fb authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge branch 'Python313' into 'master'

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

See merge request ogs/ogs!5192
parents 018d0921 626cd1c0
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,3 @@ pyvista[all]>=0.40.1
seaborn>=0.12
VTUinterface>=0.704
vtk-osmesa>=9.2.6;platform_system=='Linux'
git+https://github.com/drufat/triangle@5210b64ac5f2aff5673a66938cae56dc0a93a4ff#egg=triangle;platform_system=='Darwin'
......@@ -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