My project is having some errors with python 3.12 due to package incompatibility. I would like to change the python version being installed to 3.10.6. How do I do this?
You can easily change the version with a runtime.txt
file in your repository. This is documented here: Python | Koyeb
Let me know if this helps!
Cheers,