Miserlou / HerokuFreeProxy

A very very very very simple web proxy that runs on the Heroku free tier. Written in 2 minutes.
20 stars 69 forks source link

Not able to deploy on heroku #1

Open Lalmi-Issam opened 5 years ago

Lalmi-Issam commented 5 years ago

I tried to deploy on heroku with free account i got this: i read that heroku is no more supporting python 2.7.9 so i need to upgrade to 3.6.x

   -----> Python app detected

  !     Requested runtime (python-2.7.9) is not available for this stack (heroku-18).

  !     Aborting.  More info: https://devcenter.heroku.com/articles/python-support

  !     Push rejected, failed to compile Python app.

  !     Push failed
akashraj9828 commented 4 years ago

Heroku Supported runtimes: python-3.8.1 python-3.7.6 python-3.6.10 python-2.7.17

Switch to any one of these python runtimes in file runtime.txt