Skip to content

Drop support for Python 3.9, test PyPy3.11 instead of PyPy3.10 #35

Drop support for Python 3.9, test PyPy3.11 instead of PyPy3.10

Drop support for Python 3.9, test PyPy3.11 instead of PyPy3.10 #35

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
permissions: {}
jobs:
lint:
name: Check code with ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: tox-dev/action-pre-commit-uv@v1