[ci] drop Python 3.6

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
dependabot/pip/master/sphinx-6.1.3
Markus Heiser 2 years ago
parent fe751b0ee8
commit cb1b6686f0

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04] 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: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

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

Loading…
Cancel
Save