Conversation
|
Note: Since the Python buildpack has migrated to a new S3 bucket, apps will need to be on a recent buildpack release (99.9% of them are) in order to use newly released Python versions, such as Python 3.9.0. I've mentioned this in the changelog entry for Python 3.9.0: As well as this section (which is what users get linked to from the buildpack build output, if it can't find their version): And both link to a new section I've added about checking/correcting the buildpack version set for an app: I've also improved the main buildpacks overview docs, expanding on the benefits of the short-form buildpack registry URLs: |
https://pythoninsider.blogspot.com/2020/10/python-390-is-now-available-and-you-can.html https://www.python.org/downloads/release/python-390/ https://docs.python.org/release/3.9.0/whatsnew/3.9.html Binaries generated using: ``` make deploy-runtimes RUNTIMES='python-3.9.0' STACKS='heroku-16 heroku-18' ENV_FILE=... ``` Closes @W-7791272@.
https://pythoninsider.blogspot.com/2020/10/python-390-is-now-available-and-you-can.html
https://www.python.org/downloads/release/python-390/
https://docs.python.org/release/3.9.0/whatsnew/3.9.html
Binaries generated using:
Closes W-7791272.