Skip to content

Commit 553032d

Browse files
committed
Disable doc building on 3.7 and 3.8
Some warning due to type hints
1 parent 77d1448 commit 553032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if [ "$clean" = 'TRUE' ]; then
9292
rm -- *.pdf *.log *.aux *.tex *.fls *.fdb_latexmk >/dev/null
9393
fi
9494

95-
if [[ "$nodoc" != 'TRUE' && "$python_version" == "3" && "$python_version_long" != 3.3.* && "$python_version_long" != 3.4.* && "$python_version_long" != 3.12.* ]]; then
95+
if [[ "$nodoc" != 'TRUE' && "$python_version" == "3" && "$python_version_long" != 3.7.* && "$python_version_long" != 3.8.* && "$python_version_long" != 3.12.* ]]; then
9696
echo -e '\e[32mChecking for errors in docs and docstrings\e[0m'
9797
cd docs
9898
set -e

0 commit comments

Comments
 (0)