Skip to content

[MAINT] drop python 3.8 and support 3.13 #161

[MAINT] drop python 3.8 and support 3.13

[MAINT] drop python 3.8 and support 3.13 #161

Workflow file for this run

---
name: Check Markdown links
# checking for any dead links in markdown files
on:
push:
branches:
- main
pull_request:
branches: ['*']
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: yes
use-verbose-mode: yes