From fc4f686f1ef16ae1b1e3e12936a58c43063cfe4c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 26 Sep 2017 09:24:01 -0400 Subject: [PATCH] 2.7.14 Signed-off-by: Kenneth Reitz --- bin/steps/pipenv-python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/steps/pipenv-python-version b/bin/steps/pipenv-python-version index 16b16f5..ddc9825 100755 --- a/bin/steps/pipenv-python-version +++ b/bin/steps/pipenv-python-version @@ -16,7 +16,7 @@ if [[ -f $BUILD_DIR/Pipfile ]]; then if [[ ! "$PYTHON" ]]; then PYTHON=$(jq -r '._meta.requires.python_version' "$BUILD_DIR/Pipfile.lock") if [ "$PYTHON" = 2.7 ]; then - echo "python-2.7.13" > "$BUILD_DIR/runtime.txt" + echo "python-2.7.14" > "$BUILD_DIR/runtime.txt" fi if [ "$PYTHON" = 3.6 ]; then echo "python-3.6.2" > "$BUILD_DIR/runtime.txt"