Disable compile-farm 3.8.3 checking

This commit is contained in:
rocky
2020-06-17 05:29:04 -04:00
parent d357898bbf
commit c6c50b5dfb

View File

@@ -51,7 +51,7 @@ for VERSION in $PYVERSIONS ; do
LOGFILE=/tmp/${MAIN}-$VERSION-$$.log
case "$VERSION" in
3.7.7 | 3.8.2 | 3.1.5 | 3.0.1 )
3.7.7 | 3.8.3 | 3.1.5 | 3.0.1 )
continue
;;
3.5.9 )