Skip to content

Release 0.1.4 -> 0.1.5 #89

Release 0.1.4 -> 0.1.5

Release 0.1.4 -> 0.1.5 #89

Workflow file for this run

name: Validate
on:
push:
jobs:
ci:
uses: ./.github/workflows/.validate-matrix.yml
secrets: inherit
name: "${{ matrix.os }} (Python ${{ matrix.python-version }})"
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
with:
runner: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}