StackStorm / st2-docker

StackStorm docker-compose deployment
https://docs.stackstorm.com/install/docker.html
Apache License 2.0
188 stars 158 forks source link

Upgrading to Python version 3.10 or 3.9 in Stackstorm st2 v3.8.1 #262

Open NitinNahal opened 8 months ago

NitinNahal commented 8 months ago

Hello Team,

I facing one issue.

Due to my local pack development, I want to shift from python version 3.8.10 to version 3.10.+ . Now I followed the recent release changelog for st2 version 3.8.1 which says that if we upgrade then newer python versions are supported.

I am using docker based setup for stackstorm installation but when I upgraded to latest version, I can still see -

# st2 --version
st2 3.8.1, on Python 3.8.10

How can I upgrade to Python version 3.10 in the setup itself so that I can install latest packages in my local pack ?

Can you please help me here ?

It would be helpful.

Regards, Nitin

AndroxxTraxxon commented 8 months ago

st2 isn't currently set up to support any python version newer than python3.8. this will have to wait until the core st2 services are updated to include that support.

NitinNahal commented 8 months ago

Are you aware of any roadmap ? or will st2 v3.9.0 will have that support ?

NitinNahal commented 7 months ago

Can someone please provide any update if available ?