# -*- shell-script -*-
# Sets PYVERSIONS to be pyenv versions that
# we can use in the master branch.
export PYVERSIONS='3.6.15 3.7.16 3.8 3.9 3.10'
if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
    typeset -p PYVERSIONS
    echo "Note: this script should be *sourced* rather than run directly through bash"
    exit 1
fi
