Skip to content

Drop older myst-parser and add Python 3.13 to tests #262

Drop older myst-parser and add Python 3.13 to tests

Drop older myst-parser and add Python 3.13 to tests #262

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: 3.12
architecture: x64
- run: pip install -e .[test]
- run: flake8 .