Merge pull request #710 from KevinBrolly/master

Updated README for python 3.6.5 and CHANGELOG for v135
This commit is contained in:
Ian Stapleton Cordasco
2018-06-12 08:19:20 -05:00
committed by GitHub
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
# Python Buildpack Changelog
# 135
Upgrade Pipenv to v2018.5.18.
# 134
Default to 3.6.5, bugfixes.
+3 -3
View File
@@ -23,9 +23,9 @@ Deploying a Python application couldn't be easier:
$ git push heroku master
-----> Python app detected
-----> Installing python-3.6.4
-----> Installing python-3.6.5
-----> Installing pip
-----> Installing requirements with Pipenv 11.7.1…
-----> Installing requirements with Pipenv 2018.5.18
...
Installing dependencies from Pipfile…
-----> Discovering process types
@@ -58,5 +58,5 @@ Or, with a `runtime.txt` file:
Runtime options include:
- `python-3.6.4`
- `python-3.6.5`
- `python-2.7.15`