Live data from Hacker News

The default Python version on Heroku will go from 2.7.13 to 3.6.1 on June 20th

devcenter.heroku.com

1–7 of 7 posts

Re: The default Python version on Heroku will go from 2.7.13 to 3.6.1 on June 20th

#4

A better headline would be that the default for newly-created applications will switch. Existing applications on Heroku will not have their Python version changed.

I assume that's what is meant by "default".

Re: The default Python version on Heroku will go from 2.7.13 to 3.6.1 on June 20th

#6

A better headline would be that the default for newly-created applications will switch. Existing applications on Heroku will not have their Python version changed.

I wonder if you'll still be able to set the Python version explicitly in the runtime.txt file

Re: The default Python version on Heroku will go from 2.7.13 to 3.6.1 on June 20th

#7
post #5

I find it amazing that Python 3 is almost 10 years old and it's still not been able to replace Python 2 everywhere. I mean, legacy is one thing, but from what I see lots of people still start new projects with python 2.

Mainly because everyone treats it as a different language from python 2.