Go over what constitutes a bug, yet again

This commit is contained in:
rocky
2022-05-28 15:45:51 -04:00
parent 8f7f0be7fa
commit c08ab41afd
2 changed files with 12 additions and 1 deletions

View File

@@ -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.7.11 3.8.12 3.9.7 3.10.0'
export PYVERSIONS='3.7.13 pyston-2.3.3 3.8.13'