Skip to content

v0.8.1

v0.8.1 #4

Workflow file for this run

name: Test
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
jobs:
test:
strategy:
fail-fast: false
matrix:
python-version:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
- '3.14'
uses: ./.github/workflows/_pytest.yml
with:
python-version: ${{ matrix.python-version }}