Skip to content

Commit

Permalink
Administriva - generalize pyenv version switch
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jul 21, 2024
1 parent 8228cfa commit a1e9a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-tools/pyenv-3.6-3.10-versions
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit a1e9a77

Please sign in to comment.