Skip to content

Increase python versions to include 3.14 #169

Increase python versions to include 3.14

Increase python versions to include 3.14 #169

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
use_pyproject: true