Skip to content

Drop 3.10 and add 3.13 Python support #9

Drop 3.10 and add 3.13 Python support

Drop 3.10 and add 3.13 Python support #9

Workflow file for this run

---
name: Add issues to project board
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-issue-to-project:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/add-to-project@f2115592179eb43cf106eeb181adcd003d4cba41 # v0
with:
project-token: ${{ secrets.PROJECT_PAT }}