Python 3.5 grammar reduction

This commit is contained in:
rocky
2017-12-01 22:26:58 -05:00
parent 8b6ae46a1d
commit fc33a4a72d
4 changed files with 12 additions and 3 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.5.2 3.6.2 2.6.9 3.3.6 2.7.14 3.4.2'
export PYVERSIONS='3.5.3 3.6.2 2.6.9 3.3.6 2.7.14 3.4.2'