Hi Streamlit team,
My app on Streamlit Cloud is stuck using Python 3.13.9 even though I have
a .streamlit/config.toml specifying:
[server]
pythonVersion = “3.11”
Build logs consistently show:
“Using Python 3.13.9 environment”
I have rebooted the app multiple times, but the runtime does not rebuild.
It seems the environment is cached at the app-slug level.
Could you please help clear/reset the runtime environment for this app
or force a rebuild with Python 3.11?
App name: personal-cashflow, personal-cash-flow
Repo: GitHub - ZyroFrost/personal_cashflow: A personal finance tracker built with Python and MongoDB.
Thank you.
