mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-4570 When searching version-specific python command consider newest
one first
This commit is contained in:
parent
26fe4d63a7
commit
146f6d2a29
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
/*********************************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue