Skip to content

Remove support for Python 3.8 and add Python 3.11 (#96) #50

Remove support for Python 3.8 and add Python 3.11 (#96)

Remove support for Python 3.8 and add Python 3.11 (#96) #50

Workflow file for this run

# Enforce Black formatting for Python code
name: Black
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable