Skip to content

Outdated Python version warnings #8

Open
@edmorley

Description

@edmorley

We should add support for displaying build log warnings/notices in the following cases:

  1. Using a Python major version that has reached end-of-life upstream, for example Python 3.7 after June 2023.
  2. Using a non-latest Python patch version, for example Python 3.11.1 when 3.11.2 is the latest version.
  3. (Notice only, rather than a warning) When using a still-supported major Python version, but a newer major version is available. For example when using Python 3.10 but Python 3.11 is available. This is something the classic buildpack did not do, and would help reduce the number of users left to migrate once a Python version reaches end-of-life.

Internal tracking epic

Metadata

Metadata

Assignees

No one assigned

    Labels

    classic buildpack parityFeatures required for parity with the classic Heroku Python buildpack

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions