ehmatthes / heroku-buildpack-python

A demonstration version of the official Heroku buildpack for Python apps, showing how Django deployment can be further simplified.
https://ehmatthes.com/blog/simplified_heroku/
MIT License
16 stars 2 forks source link

Pull current Python runtime? #29

Open ehmatthes opened 2 years ago

ehmatthes commented 2 years ago

Is there a way to use the most recent version of Python runtime that Heroku supports, without hard-coding it?