Skip to content

Support Python 3.13, drop 3.8 and PyPy 3.9 #706

Support Python 3.13, drop 3.8 and PyPy 3.9

Support Python 3.13, drop 3.8 and PyPy 3.9 #706

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
jobs:
Lint:
name: 'Lint'
timeout-minutes: 10
runs-on: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Run lint
run: ./lint.sh