Skip to content

Bump aiohttp from 3.7.4.post0 to 3.8.5 #137

Bump aiohttp from 3.7.4.post0 to 3.8.5

Bump aiohttp from 3.7.4.post0 to 3.8.5 #137

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, '3.7']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox==2020.8.22
- run: pip install poetry==1.0.10
- run: nox