Skip to content

build(python)!: Drop support for Python 3.8 which reached EOL and add expose support for 3.13 #776

build(python)!: Drop support for Python 3.8 which reached EOL and add expose support for 3.13

build(python)!: Drop support for Python 3.8 which reached EOL and add expose support for 3.13 #776

Workflow file for this run

name: "Label Pull Request"
on:
- pull_request_target
jobs:
label-pr:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github/labeler.yml
sparse-checkout-cone-mode: false
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yml