Skip to content

Commit b6d2e17

Browse files
committed
Bump versions tested
1 parent 310a0e7 commit b6d2e17

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

admin-tools/check-newer-versions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ for version in $PYVERSIONS; do
1919
if ! pyenv local $version ; then
2020
exit $?
2121
fi
22+
echo ====== $version
2223
make clean && pip install -e .
2324
if ! make check; then
2425
exit $?
2526
fi
27+
echo ====== $version
2628
done

admin-tools/pyenv-newer-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
77
exit 1
88
fi
99

10-
export PYVERSIONS='3.5.6 3.6.6 3.7.1 3.3.7 3.4.8'
10+
export PYVERSIONS='3.5.7 3.6.9 3.3.7 3.4.8 3.7.4'

admin-tools/pyenv-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
77
exit 1
88
fi
99

10-
export PYVERSIONS='3.5.3 3.6.3 3.3.6 3.4.2'
10+
export PYVERSIONS='3.5.7 3.6.9 3.3.7 3.4.10 3.7.4'

0 commit comments

Comments
 (0)