From cb1b6686f0c7f73ff4b8d4302921a4ca1a9db8c8 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 23 Dec 2021 09:45:19 +0100 Subject: [PATCH] [ci] drop Python 3.6 Signed-off-by: Markus Heiser --- .github/workflows/integration.yml | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3919b019..8b868068 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 189630db..66c8c8ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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