Skip to content

Commit

Permalink
[python] Set upper limit to 3.12.
Browse files Browse the repository at this point in the history
Bump to 3.13 after 6.5.4 release.
  • Loading branch information
bilke committed Dec 20, 2024
1 parent 039ddd0 commit 3bd8346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/cmake/PythonSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ if(OGS_USE_PIP)
execute_process(
COMMAND
${CMAKE_COMMAND} -DPROJECT_BINARY_DIR=${PROJECT_BINARY_DIR}
-Dpython_version=${ogs.minimum_version.python}
# TODO: set upper limit to <3.14 after 6.5.4. release
-Dpython_version=${ogs.minimum_version.python}...<3.13
-DUV_TOOL_PATH=${UV_TOOL_PATH} -P
${PROJECT_SOURCE_DIR}/scripts/cmake/PythonCreateVirtualEnv.cmake
WORKING_DIRECTORY ${PROJECT_BINARY_DIR} COMMAND_ECHO STDOUT
Expand Down

0 comments on commit 3bd8346

Please sign in to comment.