Skip to content

add Python 3.14 and drop Python 3.9 (#774) #461

add Python 3.14 and drop Python 3.9 (#774)

add Python 3.14 and drop Python 3.9 (#774) #461

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install ruff
- run: ruff check src/
- run: ruff format src/