Skip to content

Commit

Permalink
GP-4570 When searching version-specific python command consider newest
Browse files Browse the repository at this point in the history
one first
  • Loading branch information
ghidra1 committed May 1, 2024
1 parent 26fe4d6 commit 146f6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()

/*********************************************************************************
Expand Down

0 comments on commit 146f6d2

Please sign in to comment.