Skip to content

Drop support for Python 3.10 as recommended in https://scientific-pyt… #40

Drop support for Python 3.10 as recommended in https://scientific-pyt…

Drop support for Python 3.10 as recommended in https://scientific-pyt… #40

Workflow file for this run

name: Pre-Commit Check
on:
push:
branches: ['main']
pull_request:
branches:
- '*'
jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyterlab/maintainer-tools/.github/actions/pre-commit@v1