You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: python/index.html.md.erb
+2
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ python-3.5.2
31
31
32
32
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).
33
33
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
+
34
36
If you try to use a binary that is not currently supported, staging your app fails and you see the following error message:
0 commit comments