Skip to content

Commit 42e248f

Browse files
authored
Document python patch and minor lines
1 parent 0ef5cdb commit 42e248f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/index.html.md.erb

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ python-3.5.2
3131

3232
The buildpack only supports the stable Python versions, which are listed in the `manifest.yml` and [Python buildpack release notes](https://github.com/cloudfoundry/python-buildpack/releases).
3333

34+
To request the latest Python version in a patch line, replace the patch version with `x`: `3.6.x`. To request the latest version in a minor line, replace the minor version: `3.x`.
35+
3436
If you try to use a binary that is not currently supported, staging your app fails and you see the following error message:
3537

3638
<pre class="terminal">

0 commit comments

Comments
 (0)