Skip to content

Fix: Pin python version to 3.13 to fix broken dataclasses in 3.14 #1977

Fix: Pin python version to 3.13 to fix broken dataclasses in 3.14

Fix: Pin python version to 3.13 to fix broken dataclasses in 3.14 #1977

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
- run: make lint