Specifying a Python Version
By default, Render uses the latest patch version of Python 3.7
.
You can customize the Python version for your app by setting the PYTHON_VERSION
environment variable to a valid Python version, for example 3.8.2
. Supported Python versions are those after 3.7.0
. Unreleased versions are not supported natively, but can be deployed using Render’s Docker support.