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:
52
52
# Run in all these versions of Python
53
53
python-version :
54
54
# - "2.7"
55
- - " 3.10"
56
- # - "3.9"
57
- - " 3.8"
55
+ - " 3.12"
56
+ # - 3.6 run via include on ubunto 20.04
58
57
# - "3.7"
58
+ - " 3.8"
59
+ # - "3.9"
60
+ - " 3.10"
59
61
- " 3.11"
60
- - " 3.12"
61
62
62
63
# use for multiple os or ubuntu versions
63
64
# os: [ubuntu-latest, macos-latest, windows-latest]
@@ -250,7 +251,7 @@ jobs:
250
251
diff -u configure.FCS configure || true; \
251
252
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
252
253
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
254
255
255
256
- name : Test build roundup and install locale so lang tests work.
256
257
run : |
You can’t perform that action at this time.
0 commit comments