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 3d7d1eb commit 3451bb9Copy full SHA for 3451bb9
.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
@@ -255,7 +255,7 @@ jobs:
255
diff -u configure.FCS configure || true; \
256
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
257
fi
258
- 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
259
260
- name: Test build roundup and install locale so lang tests work.
261
0 commit comments