Python 3.6 is no longer supported
Change effective on 21 February 2023
Python 3.6 reached its upstream end-of-life on December 23rd, 2021, and so no longer receives security or bug fixes.
To raise awareness of this end-of-life, the Python buildpack has been outputting deprecation warnings in the build log for some time.
As of today, Python 3.6 is no longer supported, and so the latest version of the Python buildpack rejects builds of apps using it.
Existing Python 3.6 apps continue to run, however, you must upgrade them to a newer version of Python before you can perform any further builds/code deployments.
Since Python 3.6 is no longer receiving security updates, apps still using it may contain security vulnerabilities. Upgrade them to a newer version of Python as soon as possible.
For more information, see Supported Python Versions.