Skip to content

Adds MacOS and improved history support #8

Adds MacOS and improved history support

Adds MacOS and improved history support #8

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.11", "3.12", "3.13", "3.14"]
runs-on: ${{ matrix.os }}
env:
CI: "true"
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: astral-sh/setup-uv@v8.0.0
- run: uv run --python ${{ matrix.python-version }} --with pytest python -m pytest