Skip to content

Update hypothesis requirement from <6.151,>=6.105.0 to >=6.105.0,<6.152 #234

Update hypothesis requirement from <6.151,>=6.105.0 to >=6.105.0,<6.152

Update hypothesis requirement from <6.151,>=6.105.0 to >=6.105.0,<6.152 #234

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [ master ]
jobs:
test:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up uv
uses: astral-sh/setup-uv@v6
-
name: Run tests
run: |
uv run pytest
uv run mypy
uv run pyright