Skip to content

chore: bump license year #874

chore: bump license year

chore: bump license year #874

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "dependabot/**"
- "pre-commit-ci-update-config"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
persist-credentials: false
- uses: wntrblm/[email protected]
with:
python-versions: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t, 3.14, 3.14t, 3.15, 3.15t, pypy3.9, pypy3.10, pypy3.11"
- name: "Run tests"
run: |
nox --error-on-missing-interpreters -s test
nox --error-on-missing-interpreters -s test_parallel