Skip to content

Add python 3.15 support #408

Add python 3.15 support

Add python 3.15 support #408

Workflow file for this run

name: News entry check
permissions: {}
on:
pull_request:
paths:
- "src/**"
types:
- "opened"
- "reopened"
- "synchronize"
- "labeled"
- "unlabeled"
jobs:
news_entry_check:
runs-on: ubuntu-latest
name: Check for news entry
steps:
- name: "Check for news entry"
uses: brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1
with:
file-pattern: |
news/*.rst
NEWS.rst
skip-label: "skip news"
failure-message:
"Missing a news file in ${file-pattern}; please add one or apply the ${skip-label}
label to the pull request"