We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcfb88 commit 70e5f21Copy full SHA for 70e5f21
.github/workflows/ci-test.yml
@@ -224,7 +224,7 @@ jobs:
224
pip install Markdown; fi
225
226
- name: Install xapian
227
- if: matrix.python-version != '3.14'
+ if: matrix.python-version != '3.13'
228
run: |
229
set -xv
230
sudo apt-get install libxapian-dev
@@ -259,7 +259,7 @@ jobs:
259
diff -u configure.FCS configure || true; \
260
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
261
fi
262
- case "$PYTHON_VERSION" in "3.14") echo skipping xapian build;; *) make && sudo make install; esac
+ case "$PYTHON_VERSION" in "3.13") echo skipping xapian build;; *) make && sudo make install; esac
263
264
- name: Test build roundup and install locale so lang tests work.
265
0 commit comments