Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fe4d6 commit 146f6d2Copy full SHA for 146f6d2
build.gradle
@@ -48,7 +48,7 @@ if ("32".equals(System.getProperty("sun.arch.data.model"))) {
48
/***************************************************************************************
49
* Identify supported Python command
50
***************************************************************************************/
51
-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']
52
project.ext.PYTHON3 = findPython3()
53
54
/*********************************************************************************
0 commit comments