mirror of
https://github.com/searxng/searxng.git
synced 2025-10-29 17:52:34 -04:00
[mod] ci: add cp3.14 (#5217)
This commit is contained in:
parent
a54b862f00
commit
0ce0d957b1
3
.github/workflows/integration.yml
vendored
3
.github/workflows/integration.yml
vendored
@ -25,12 +25,14 @@ jobs:
|
||||
name: Python ${{ matrix.python-version }}
|
||||
runs-on: ubuntu-24.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version:
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
- "3.14-dev"
|
||||
|
||||
steps:
|
||||
- name: Setup Python
|
||||
@ -54,6 +56,7 @@ jobs:
|
||||
run: make V=1 install
|
||||
|
||||
- name: Run tests
|
||||
continue-on-error: ${{ matrix.python-version == '3.14-dev' }}
|
||||
run: make V=1 ci.test
|
||||
|
||||
theme:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user