Skip to content

add 3.12, drop 3.7

add 3.12, drop 3.7 #19

Workflow file for this run

on: pull_request
jobs:
checks:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- run: curl -sSL https://install.python-poetry.org | python3 -
- run: poetry install
- run: poetry run pylint pylint_actions -f actions