Skip to content

Add python 3.12 to tests; remove lint #81

Add python 3.12 to tests; remove lint

Add python 3.12 to tests; remove lint #81

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Lint
run: |
pip install nox
nox -s lint