Skip to content

chore: support python 3.12 (#293) #580

chore: support python 3.12 (#293)

chore: support python 3.12 (#293) #580

name: Tests | Lint w/ Black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "23.3.0"