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'