Skip to content

Commit 5261059

Browse files
authored
Merge pull request #4310 from ROCm/add_python313
[7.0] Add python 3.13 support
2 parents 1460d55 + 9ba1b9b commit 5261059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/PythonModules.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
141141
endif()
142142
endforeach()
143143
else()
144-
set(PYTHON_SEARCH_VERSIONS 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12)
144+
set(PYTHON_SEARCH_VERSIONS 3.5 3.6 3.7 3.8 3.9 3.10 3.11 3.12 3.13)
145145
foreach(PYTHON_DISABLE_VERSION ${PYTHON_DISABLE_VERSIONS})
146146
list(REMOVE_ITEM PYTHON_SEARCH_VERSIONS ${PYTHON_DISABLE_VERSION})
147147
endforeach()

0 commit comments

Comments
 (0)