We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310a0e7 commit b6d2e17Copy full SHA for b6d2e17
admin-tools/check-newer-versions.sh
@@ -19,8 +19,10 @@ for version in $PYVERSIONS; do
19
if ! pyenv local $version ; then
20
exit $?
21
fi
22
+ echo ====== $version
23
make clean && pip install -e .
24
if ! make check; then
25
26
27
28
done
admin-tools/pyenv-newer-versions
@@ -7,4 +7,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
7
exit 1
8
9
10
-export PYVERSIONS='3.5.6 3.6.6 3.7.1 3.3.7 3.4.8'
+export PYVERSIONS='3.5.7 3.6.9 3.3.7 3.4.8 3.7.4'
admin-tools/pyenv-versions
-export PYVERSIONS='3.5.3 3.6.3 3.3.6 3.4.2'
+export PYVERSIONS='3.5.7 3.6.9 3.3.7 3.4.10 3.7.4'
0 commit comments