Skip to content

Commit 3176960

Browse files
Update minimum Python3 version to 3.10
1 parent 32eddae commit 3176960

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CMakeCommon.cmake

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,7 @@ function (GenerateAddOnProject target acVersion devKitDir addOnSourcesFolder add
227227
${addOnResourcesFolder}/ResourceLibrary/*/XLF/${addOnName}.xlf
228228
)
229229

230-
set (minimumPython3Version "3.8")
231-
if (NOT AddOnJSONResourceFiles STREQUAL "")
232-
set (minimumPython3Version "3.10")
233-
endif ()
234-
235-
find_package (Python3 ${minimumPython3Version} REQUIRED COMPONENTS Interpreter)
230+
find_package (Python3 3.10 REQUIRED COMPONENTS Interpreter)
236231

237232
message (STATUS "Using Python3 interpreter: ${Python3_EXECUTABLE}")
238233

0 commit comments

Comments
 (0)