Is there any way to run python 3.10 version in kit-app-template?

Hi, I tried to launch kit-app-template. And also want to use my own extensions(located in \Documents\Kit\shared\exts) that I’ve used in the Launcher environment.

But I have some problem.

I intalled pip packaged to run my extension using pip.toml. and seems like it works.
But the python version is different between Launcher based Composer(2023.2.5) and latest windows kit-app-template. So some packages are not compatible.
So I want to downgrade the python environment (3.11 > 3.10) in latest kit-app-template but I wonder it would be possible.
Or is there any solution about this compatibility issue of pip packages ?

I think as a good general rule, there is much more reason to UPGRADE than to downgrade. Meaning, if you were using the old Composer, 2023.2.5 and the old python 3.10, it surely makes more sense to just tweak your extension code slightly, where required to the new 3.11, than to try to downgrade everything else. Just for future use, downgrading is just as difficult with no upstream benefits.

I would just stick with the latest composer, which is now on 107.3 and the latest python we use which is 3.11, and if you find a coding error in your extension code, just update the line. Do not try to downgrade.