1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-02 15:30:42 +02:00

Merge pull request #646 from return42/drop-py36

[ci] drop Python 3.6
This commit is contained in:
Alexandre Flament 2021-12-23 10:33:23 +01:00 committed by GitHub
commit 69747d5cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- name: Checkout
uses: actions/checkout@v2

View File

@ -9,8 +9,7 @@ python-dateutil==2.8.2
pyyaml==6.0
httpx[http2]==0.19.0
Brotli==1.0.9
uvloop==0.16.0; python_version >= '3.7'
uvloop==0.14.0; python_version < '3.7'
uvloop==0.16.0
httpx-socks[asyncio]==0.4.1
langdetect==1.0.9
setproctitle==1.2.2