mirror of
https://github.com/searxng/searxng.git
synced 2025-10-30 18:22:31 -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 }}
|
name: Python ${{ matrix.python-version }}
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
- "3.12"
|
- "3.12"
|
||||||
- "3.13"
|
- "3.13"
|
||||||
|
- "3.14-dev"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
@ -54,6 +56,7 @@ jobs:
|
|||||||
run: make V=1 install
|
run: make V=1 install
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
continue-on-error: ${{ matrix.python-version == '3.14-dev' }}
|
||||||
run: make V=1 ci.test
|
run: make V=1 ci.test
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user