# -*- shell-script -*-
# Sets PYVERSIONS to be pyenv versions that
# we can use in the master branch.
export PYVERSIONS='3.6.15 3.7.12 3.8.12 3.9.9 3.10.0'
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
