Is your feature request related to a problem? Please describe.
Currently there is no support to specify a python version like 3.12 in the pythonExtension() function. It always install 3.11 right now. This is causing us compatibility issues
Describe the solution you'd like to see
add a version where we can specify a version number and that version gets installed
Describe alternate solutions
I don't know
Additional information
No response