changeset 7407:7d437f85eefc

Try xapian 1.4.22 on python 3.12 install.
author John Rouillard <rouilj@ieee.org>
date Thu, 25 May 2023 14:44:45 -0400
parents 8bc4246480bf
children 8a9f1732c4b6
files .github/workflows/ci-test.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Thu May 25 14:34:24 2023 -0400
+++ b/.github/workflows/ci-test.yml	Thu May 25 14:44:45 2023 -0400
@@ -170,7 +170,7 @@
           if [[ $PYTHON_VERSION == "2."* ]]; then pip install sphinx==1.8.5; fi
           if [[ $PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
           if [[ $PYTHON_VERSION == '3.12'* ]] ; then \
-              XAPIAN_VER=1.4.20; \
+              XAPIAN_VER=1.4.22; \
           else
               XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1); echo $XAPIAN_VER; \
           fi

Roundup Issue Tracker: http://roundup-tracker.org/