From a1e9a772b01383679533b8746442f2cc9b8d4f0b Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 21 Jul 2024 11:42:52 -0400 Subject: [PATCH] Administriva - generalize pyenv version switch --- admin-tools/pyenv-3.6-3.10-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-tools/pyenv-3.6-3.10-versions b/admin-tools/pyenv-3.6-3.10-versions index 8546bcdb..35d11ab6 100644 --- a/admin-tools/pyenv-3.6-3.10-versions +++ b/admin-tools/pyenv-3.6-3.10-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.17 pypy3.7-7.3.9 pypy3.8-7.3.11 pypy3.9-7.3.13 3.8.18 pyston-2.3.5 3.9.19 3.10.14' +export PYVERSIONS='3.6 pypy3.6-7.3.1 3.7.17 pypy3.7-7.3.9 pypy3.8-7.3.11 pypy3.9-7.3.13 3.8 pyston-2.3.5 3.9 3.10'