Set python version in heroku review apps

108 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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