Skip to content

Commit

Permalink
Clarification of Python version numbers
Browse files Browse the repository at this point in the history
This is an attempt to avoid new users making the same mistake as I did, explained in flynn#4228 . It is a minor clarification of the Python version numbers.
  • Loading branch information
lukaspj committed Aug 25, 2017
1 parent 32c12b8 commit e04c017
Showing 1 changed file with 2 additions and 2 deletions.
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
[the buildpack's GitHub page](https://github.com/heroku/heroku-buildpack-python/tree/master/builds/runtimes)
for a full list.

Expand Down

0 comments on commit e04c017

Please sign in to comment.