Heroku python file deployment failed

Asked

Viewed 37 times

0

Good afternoon, I’m trying to deploy a python file 3.7.1 in Heroku but in the Heroku documentation states that it supports the version 3.7.2. Following error below: Error: Requested Runtime (Python 3.7.1) is not available for this stack (Heroku-18).

1 answer

1


Currently the Heroku supports only versions 2.7.17, 3.7.2 and 3.6.8 of Python, the latter being 3.6.8, defined by default and you can only use these versions.

You can find more details on documentation about Python support inside the Heroku.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.