mirror of
https://github.com/searxng/searxng.git
synced 2026-08-16 20:21:35 +00:00
Compare commits
2 Commits
26097f444b
...
3749154660
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3749154660 | ||
|
|
e710ebdf67 |
2
.github/workflows/checker.yml
vendored
2
.github/workflows/checker.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.13'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
|
|||||||
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-20.04]
|
||||||
python-version: ["3.9", "3.10", "3.11", "3.12"]
|
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ redis==5.0.8
|
|||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
fasttext-predict==0.9.2.4
|
fasttext-predict==0.9.2.4
|
||||||
tomli==2.0.2; python_version < '3.11'
|
tomli==2.0.2; python_version < '3.11'
|
||||||
msgspec==0.18.6
|
msgspec-python313-pre
|
||||||
eval_type_backport; python_version < '3.9'
|
|
||||||
typer-slim==0.15.1
|
typer-slim==0.15.1
|
||||||
isodate==0.7.2
|
isodate==0.7.2
|
||||||
|
|||||||
Reference in New Issue
Block a user