Skip to content

add 3.12, drop 3.7

add 3.12, drop 3.7 #20

Workflow file for this run

on: pull_request
jobs:
examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: curl -sSL https://install.python-poetry.org | python3 -
- run: poetry install
- run: poetry run pylint examples -f actions
continue-on-error: true