Skip to content

Commit 76a99db

Browse files
committed
test: get xapian working under github actions and python 3.13
issue2551338 xapian doesn't build in CI for 3.13 python set python version to install sphinx so xapain build can run [skip travis]
1 parent 36ccee7 commit 76a99db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-xapian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# get colorized pytest output even without a controlling tty
3333
PYTEST_ADDOPTS: "--color=yes"
3434
# OS: ${{ matrix.os }}
35-
PYTHON_VERSION: ${{ matrix.python-version }}
35+
PYTHON_VERSION: 3.13
3636

3737
steps:
3838
# Checkout the latest code from the repo

0 commit comments

Comments
 (0)