https://github.com/python/cpython/issues/89336#issuecomment-1093929205
It seems this cannot work unless the python3:any dependency is satisfied by python3.11 exclusively.
I suppose you could change the package dependency to require 3.11 and update the wrapper shebang;
Or a code fix to work with Python >= 3.12 looks relatively trivial: https://github.com/AGProjects/python3-application/issues/5 -- Jonathan Dowland [email protected] https://jmtd.net

