Skip to content

Make wheels for Python 3.11-3.12. #135

Make wheels for Python 3.11-3.12.

Make wheels for Python 3.11-3.12. #135

Workflow file for this run

name: Python
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: '3.14'
- uses: abatilo/actions-poetry@v3.0.2
- run: poetry install
- run: poetry run black --check --verbose .