Skip to content

Commit 6d001c6

Browse files
committed
Try xapian 1.4.22 on python 3.12 install.
1 parent 1bca1a6 commit 6d001c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
if [[ $PYTHON_VERSION == "2."* ]]; then pip install sphinx==1.8.5; fi
171171
if [[ $PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
172172
if [[ $PYTHON_VERSION == '3.12'* ]] ; then \
173-
XAPIAN_VER=1.4.20; \
173+
XAPIAN_VER=1.4.22; \
174174
else
175175
XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1); echo $XAPIAN_VER; \
176176
fi

0 commit comments

Comments
 (0)