diff --git a/build.gradle b/build.gradle index b2a6f3f9b2..75a2acf404 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ if ("32".equals(System.getProperty("sun.arch.data.model"))) { /*************************************************************************************** * Identify supported Python command ***************************************************************************************/ -project.ext.SUPPORTED_PY_VERSIONS = ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] +project.ext.SUPPORTED_PY_VERSIONS = ['3.12', '3.11', '3.10', '3.9', '3.8', '3.7'] project.ext.PYTHON3 = findPython3() /*********************************************************************************