From 1ffc58ac6d28702fa35774ac451d7c0d6e51c452 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 22 Dec 2022 22:44:30 -0500 Subject: [PATCH] Bump list of newest versions --- admin-tools/pyenv-newest-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-tools/pyenv-newest-versions b/admin-tools/pyenv-newest-versions index f2c5ebcc..4350d1bc 100644 --- a/admin-tools/pyenv-newest-versions +++ b/admin-tools/pyenv-newest-versions @@ -5,4 +5,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.6.15 pypy3.6-7.3.1 3.7.14 pypy3.8-7.3.9 pyston-2.3.3 3.8.14' +export PYVERSIONS='3.6.15 pypy3.6-7.3.1 3.7.16 pypy-3.7-3.9 pypy3.8-7.3.10 pyston-2.3.5 3.8.14'