Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 146f6d2

Browse files
committed
GP-4570 When searching version-specific python command consider newest
one first
1 parent 26fe4d6 commit 146f6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if ("32".equals(System.getProperty("sun.arch.data.model"))) {
4848
/***************************************************************************************
4949
* Identify supported Python command
5050
***************************************************************************************/
51-
project.ext.SUPPORTED_PY_VERSIONS = ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
51+
project.ext.SUPPORTED_PY_VERSIONS = ['3.12', '3.11', '3.10', '3.9', '3.8', '3.7']
5252
project.ext.PYTHON3 = findPython3()
5353

5454
/*********************************************************************************

0 commit comments

Comments
 (0)