File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,13 @@ jobs:
5252 # Run in all these versions of Python
5353 python-version :
5454 # - "2.7"
55- - " 3.10"
56- # - "3.9"
57- - " 3.8"
55+ - " 3.12"
56+ # - 3.6 run via include on ubunto 20.04
5857 # - "3.7"
58+ - " 3.8"
59+ # - "3.9"
60+ - " 3.10"
5961 - " 3.11"
60- - " 3.12"
6162
6263 # use for multiple os or ubuntu versions
6364 # os: [ubuntu-latest, macos-latest, windows-latest]
@@ -250,7 +251,7 @@ jobs:
250251 diff -u configure.FCS configure || true; \
251252 ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
252253 fi
253- case "$PYTHON_VERSION" in nightly ) echo skipping xapian build;; *) make && sudo make install; esac
254+ case "$PYTHON_VERSION" in "3.13*" ) echo skipping xapian build;; *) make && sudo make install; esac
254255
255256 - name : Test build roundup and install locale so lang tests work.
256257 run : |
You can’t perform that action at this time.
0 commit comments