Skip to content

Bump aiohttp from 3.12.15 to 3.13.4 #25

Bump aiohttp from 3.12.15 to 3.13.4

Bump aiohttp from 3.12.15 to 3.13.4 #25

Workflow file for this run

name: Python lint and packages
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.13", "3.14" ]
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/ruff-action@v3
- uses: astral-sh/ruff-action@v3
with:
args: "format --check --diff"