Skip to content

chore: bump aiohttp from 3.12.9 to 3.12.11 #226

chore: bump aiohttp from 3.12.9 to 3.12.11

chore: bump aiohttp from 3.12.9 to 3.12.11 #226

Workflow file for this run

name: QA
on: pull_request
jobs:
qa:
name: QA
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
version: [ '3.11', '3.12', '3.13' ]
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Use Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.version }}
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Run QA
run: make qa