Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Clarification of Python version numbers #4229

Merged
merged 2 commits into from Aug 30, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/languages/python.md
Expand Up @@ -33,8 +33,8 @@ python-2.7.8

### Supported Runtimes

The latest `python-2.7` and `python-3.6` are officially supported, but any
runtime between 2.4.4–3.6.1 can be used, including PyPy runtimes. See
The latest `python-2.7.x` and `python-3.6.x` are officially supported, but any
runtime between 2.4.4–3.6.2 can be used, including PyPy runtimes. See
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will continue to become stale over time, we should just reference the buildpacks own documentation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I concur, how is the rewording in fc1652b ?

[the buildpack's GitHub page](https://github.com/heroku/heroku-buildpack-python/tree/master/builds/runtimes)
for a full list.

Expand Down