Skip to content

chore: set minimal aiohttp version for python 12 #219

chore: set minimal aiohttp version for python 12

chore: set minimal aiohttp version for python 12 #219

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run lint and static type checks
run: tox
env:
TOXENV: pre-commit,mypy