Can't use cpython 3123 in CLI

Hello! I want to use CPython 3.12 with pyRevit from the CLI. The ribbon inside Revit lets me select CPython, but the CLI shows the CPython engine with Runtime: False, and the attach command fails. I would like to know if it is possible to use CPython 3.12 and how to set it up. Cheers!

```

pyrevit clones engines master

IPY342 (netfx) | Kernel: IronPython 3 | Version: 342 | Runtime: True | Path: “C:\Users\aleja\AppData\Roaming\pyRevit-Master\bin\netfx\engines\IPY342\pyRevitLoader.dll” | Desc: “IronPython 3 Engine”

IPY342 (netcore) | Kernel: IronPython 3 | Version: 342 | Runtime: True | Path: “C:\Users\aleja\AppData\Roaming\pyRevit-Master\bin\netcore\engines\IPY342\pyRevitLoader.dll” | Desc: “IronPython 3 Engine”

DEFAULT (netfx) | Kernel: IronPython 2 | Version: 2712 | Runtime: True | Path: “C:\Users\aleja\AppData\Roaming\pyRevit-Master\bin\netfx\engines\IPY2712PR\pyRevitLoader.dll” | Desc: “Custom pyRevit IronPython 2 Engine”

DEFAULT (netcore) | Kernel: IronPython 2 | Version: 2712 | Runtime: True | Path: “C:\Users\aleja\AppData\Roaming\pyRevit-Master\bin\netcore\engines\IPY2712PR\pyRevitLoader.dll” | Desc: “Custom pyRevit IronPython 2 Engine”

CPY3123 (netfx) | Kernel: CPython | Version: 3123 | Runtime: False | Path: “C:\Users\aleja\AppData\Roaming\pyRevit-Master\bin\cengines\CPY3123\python312.dll” | Desc: “CPython Engine”

```