Search code examples
pythonpython-3.xherokuheroku-review-app

Set python version in heroku review apps


The review apps are running on the latest python version 3.9.4 and that seems to break the installation of pandas. I'm currently using review apps to review PRs. I have set the runtime to use python version 3.8.6 but that only works for the app in production. Is there any way to set the python version for review apps?

enter image description here


Solution

  • Seems setting a python runtime fixes it(make sure to update the branch before trying to check unlike me).