From 3c68ca6cdece17d8268e62df2e35d0ea2f2750d6 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 26 Nov 2017 10:08:15 -0500 Subject: [PATCH] Update test version 2.7.13->2.7.14 --- admin-tools/pyenv-newer-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-tools/pyenv-newer-versions b/admin-tools/pyenv-newer-versions index abee03f4..c08a3ab8 100644 --- a/admin-tools/pyenv-newer-versions +++ b/admin-tools/pyenv-newer-versions @@ -3,4 +3,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then echo "This script should be *sourced* rather than run directly through bash" exit 1 fi -export PYVERSIONS='3.5.2 3.6.2 2.6.9 3.3.6 2.7.13 3.4.2' +export PYVERSIONS='3.5.2 3.6.2 2.6.9 3.3.6 2.7.14 3.4.2'