Skip to content

Commit

Permalink
Update heroku/buildpacks-python to v0.19.0 (#590)
Browse files Browse the repository at this point in the history
## heroku/python

### Added

- Added support for Python 3.13. ([#280](heroku/buildpacks-python#280))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Oct 10, 2024
1 parent 69c8e31 commit 73a64f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version = "0.20.3"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c02de288939ed611a31a0a12090dbf2c55e72d6316572c056936883ca0d465e6"
uri = "docker://docker.io/heroku/buildpack-python@sha256:0a9ba174c59ecf8152d2140390e8ee60c10d21a0f736bd57b121887782b17149"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ version = "0.20.3"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.18.1"
version = "0.19.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version = "0.20.3"

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c02de288939ed611a31a0a12090dbf2c55e72d6316572c056936883ca0d465e6"
uri = "docker://docker.io/heroku/buildpack-python@sha256:0a9ba174c59ecf8152d2140390e8ee60c10d21a0f736bd57b121887782b17149"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ version = "0.20.3"
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.18.1"
version = "0.19.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

[[buildpacks]]
id = "heroku/python"
uri = "docker://docker.io/heroku/buildpack-python@sha256:c02de288939ed611a31a0a12090dbf2c55e72d6316572c056936883ca0d465e6"
uri = "docker://docker.io/heroku/buildpack-python@sha256:0a9ba174c59ecf8152d2140390e8ee60c10d21a0f736bd57b121887782b17149"

[[buildpacks]]
id = "heroku/ruby"
Expand All @@ -56,7 +56,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
[[order]]
[[order.group]]
id = "heroku/python"
version = "0.18.1"
version = "0.19.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down

0 comments on commit 73a64f9

Please sign in to comment.