From 553032d4b75b8dd106cc068bc4756c944097c6e9 Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio Date: Tue, 23 Jul 2024 23:53:32 +0200 Subject: [PATCH] Disable doc building on 3.7 and 3.8 Some warning due to type hints --- testall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testall.sh b/testall.sh index fe867d62..ebfcf7b6 100755 --- a/testall.sh +++ b/testall.sh @@ -92,7 +92,7 @@ if [ "$clean" = 'TRUE' ]; then rm -- *.pdf *.log *.aux *.tex *.fls *.fdb_latexmk >/dev/null fi -if [[ "$nodoc" != 'TRUE' && "$python_version" == "3" && "$python_version_long" != 3.3.* && "$python_version_long" != 3.4.* && "$python_version_long" != 3.12.* ]]; then +if [[ "$nodoc" != 'TRUE' && "$python_version" == "3" && "$python_version_long" != 3.7.* && "$python_version_long" != 3.8.* && "$python_version_long" != 3.12.* ]]; then echo -e '\e[32mChecking for errors in docs and docstrings\e[0m' cd docs set -e