Skip to content

[MAINT] drop 3.8 and support 3.13 #45

[MAINT] drop 3.8 and support 3.13

[MAINT] drop 3.8 and support 3.13 #45

Workflow file for this run

---
name: Run pre-commit
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [master]
pull_request:
branches: ['*']
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3
- uses: pre-commit/action@v3.0.1