Can't select python 3.8

Hi, I have built a streamlit app with python 3.8 (which I selected in advanced settings) and it used to run smoothly. But now I get errors due to it automatically switching to python 3.12 and I noticed that I can’t select python 3.8 anymore. Is this the same for everyone?

Thanks

Python 3.8 has hit its end of life and is no longer receiving security updates.

Community Cloud only supports released versions of Python that are still receiving security updates.

You can still use Python 3.9 if that might reduce the number of errors you need to resolve.

2 Likes