Skip to content

Commit 70e5f21

Browse files
committed
test: see if xapian 1.4.25 will build with 3.13beta1
issue2551338 xapian doesn't build in CI for 3.13 python 1.4.25 fails as well. Disabling xapian again. [skip travis]
1 parent bfcfb88 commit 70e5f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
pip install Markdown; fi
225225
226226
- name: Install xapian
227-
if: matrix.python-version != '3.14'
227+
if: matrix.python-version != '3.13'
228228
run: |
229229
set -xv
230230
sudo apt-get install libxapian-dev
@@ -259,7 +259,7 @@ jobs:
259259
diff -u configure.FCS configure || true; \
260260
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
261261
fi
262-
case "$PYTHON_VERSION" in "3.14") echo skipping xapian build;; *) make && sudo make install; esac
262+
case "$PYTHON_VERSION" in "3.13") echo skipping xapian build;; *) make && sudo make install; esac
263263
264264
- name: Test build roundup and install locale so lang tests work.
265265
run: |

0 commit comments

Comments
 (0)