Skip to content

Commit

Permalink
Merge branch 'fix-wheel-313' into 'master'
Browse files Browse the repository at this point in the history
[python] Set upper limit to 3.12.

See merge request ogs/ogs!5191
  • Loading branch information
bilke committed Dec 20, 2024
2 parents 039ddd0 + 3bd8346 commit 6d160c4
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 6d160c4

Please sign in to comment.